Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def generate(
|
|
36 |
for response in stream:
|
37 |
output += response.token.text
|
38 |
yield output
|
39 |
-
return output
|
40 |
|
41 |
|
42 |
mychatbot = gr.Chatbot(
|
|
|
36 |
for response in stream:
|
37 |
output += response.token.text
|
38 |
yield output
|
39 |
+
# return output
|
40 |
|
41 |
|
42 |
mychatbot = gr.Chatbot(
|