Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def respond(message, history):
|
|
73 |
response = vq.submit_query(message)
|
74 |
logging.debug(f"Chat response: {response}")
|
75 |
logging.debug(f"Chat response type: {type(response)}")
|
76 |
-
|
77 |
|
78 |
def random_fun(message, history):
|
79 |
return message + '!'
|
|
|
73 |
response = vq.submit_query(message)
|
74 |
logging.debug(f"Chat response: {response}")
|
75 |
logging.debug(f"Chat response type: {type(response)}")
|
76 |
+
yield response
|
77 |
|
78 |
def random_fun(message, history):
|
79 |
return message + '!'
|