sam2ai commited on
Commit
ea3d01b
·
verified ·
1 Parent(s): c3c3a02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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(server_name=args.host,
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()