Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -77,6 +77,4 @@ def predict(message, history):
|
|
77 |
|
78 |
|
79 |
# Create and launch a chat interface with Gradio
|
80 |
-
gr.ChatInterface(predict).queue().launch(
|
81 |
-
server_port=args.port,
|
82 |
-
share=True)
|
|
|
77 |
|
78 |
|
79 |
# Create and launch a chat interface with Gradio
|
80 |
+
gr.ChatInterface(predict).queue().launch()
|
|
|
|