Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ def main(message: str, history: list, model: str, temperature: float, max_new_to
|
|
147 |
if not process:
|
148 |
launch()
|
149 |
|
150 |
-
response =
|
151 |
message,
|
152 |
history,
|
153 |
model,
|
|
|
147 |
if not process:
|
148 |
launch()
|
149 |
|
150 |
+
await response = stream_chat(
|
151 |
message,
|
152 |
history,
|
153 |
model,
|