Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,4 +39,4 @@ def respond(message, history):
|
|
| 39 |
demo = gr.ChatInterface(respond, title="Motion Mind X 🚀 (GGUF Streaming)")
|
| 40 |
|
| 41 |
if __name__ == "__main__":
|
| 42 |
-
demo.launch()
|
|
|
|
| 39 |
demo = gr.ChatInterface(respond, title="Motion Mind X 🚀 (GGUF Streaming)")
|
| 40 |
|
| 41 |
if __name__ == "__main__":
|
| 42 |
+
demo.launch()
|