Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def respond(
|
|
49 |
response += token
|
50 |
yield response
|
51 |
except Exception as e:
|
52 |
-
|
53 |
"""
|
54 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
55 |
"""
|
|
|
49 |
response += token
|
50 |
yield response
|
51 |
except Exception as e:
|
52 |
+
continue
|
53 |
"""
|
54 |
For information on how to customize the ChatInterface, peruse the gradio docs: https://www.gradio.app/docs/chatinterface
|
55 |
"""
|