Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -142,7 +142,7 @@ def main(message: str, history: list, model: str, temperature: float, max_new_to
|
|
142 |
if not INIT_SIGN:
|
143 |
yield "Please initialize Ollama"
|
144 |
else:
|
145 |
-
if process:
|
146 |
launch()
|
147 |
stream_chat(
|
148 |
message,
|
|
|
142 |
if not INIT_SIGN:
|
143 |
yield "Please initialize Ollama"
|
144 |
else:
|
145 |
+
if not process:
|
146 |
launch()
|
147 |
stream_chat(
|
148 |
message,
|