Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,8 @@ def chat_with_ai(message, history):
|
|
24 |
)
|
25 |
return result
|
26 |
|
27 |
-
# Gradio Chat Interface
|
28 |
demo = gr.ChatInterface(fn=chat_with_ai)
|
29 |
|
30 |
if __name__ == "__main__":
|
31 |
-
demo.launch()
|
|
|
24 |
)
|
25 |
return result
|
26 |
|
27 |
+
# Gradio Chat Interface
|
28 |
demo = gr.ChatInterface(fn=chat_with_ai)
|
29 |
|
30 |
if __name__ == "__main__":
|
31 |
+
demo.launch()
|