Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,4 +24,4 @@ def chat_with_ai(message, history):
|
|
24 |
demo = gr.ChatInterface(fn=chat_with_ai, type="messages")
|
25 |
|
26 |
if __name__ == "__main__":
|
27 |
-
demo.launch(
|
|
|
24 |
demo = gr.ChatInterface(fn=chat_with_ai, type="messages")
|
25 |
|
26 |
if __name__ == "__main__":
|
27 |
+
demo.launch()
|