Spaces:
Build error
Build error
Commit ·
ebb237f
1
Parent(s): e4c0cb8
Upload folder using huggingface_hub
Browse files
test3.py
CHANGED
|
@@ -43,4 +43,4 @@ def chat(message, history):
|
|
| 43 |
return ai_response
|
| 44 |
|
| 45 |
# Launch the Gradio chat interface
|
| 46 |
-
gr.ChatInterface(fn=chat).launch(
|
|
|
|
| 43 |
return ai_response
|
| 44 |
|
| 45 |
# Launch the Gradio chat interface
|
| 46 |
+
gr.ChatInterface(fn=chat).launch()
|