Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,10 +7,7 @@ def respond(message):
|
|
| 7 |
response += token
|
| 8 |
yield response
|
| 9 |
|
| 10 |
-
demo = gr.ChatInterface(
|
| 11 |
-
respond,
|
| 12 |
-
flagging_dir="/tmp/flagged"
|
| 13 |
-
)
|
| 14 |
|
| 15 |
if __name__ == "__main__":
|
| 16 |
demo.launch()
|
|
|
|
| 7 |
response += token
|
| 8 |
yield response
|
| 9 |
|
| 10 |
+
demo = gr.ChatInterface(respond)
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
if __name__ == "__main__":
|
| 13 |
demo.launch()
|