Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -427,7 +427,7 @@ def generate_auswahl(prompt, file, chatbot, history, rag_option, model_option, o
|
|
| 427 |
for character in result:
|
| 428 |
chatbot[-1][1] += character
|
| 429 |
time.sleep(0.03)
|
| 430 |
-
yield chatbot, history "Generating"
|
| 431 |
if shared_state.interrupted:
|
| 432 |
shared_state.recover()
|
| 433 |
try:
|
|
|
|
| 427 |
for character in result:
|
| 428 |
chatbot[-1][1] += character
|
| 429 |
time.sleep(0.03)
|
| 430 |
+
yield chatbot, history, "Generating"
|
| 431 |
if shared_state.interrupted:
|
| 432 |
shared_state.recover()
|
| 433 |
try:
|