VaibT commited on
Commit
be800c6
·
verified ·
1 Parent(s): a6588d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,4 +154,4 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
154
  submit_btn.click(respond, [msg, chatbot], [msg, chatbot])
155
  copy_btn.click(None, None, None, js=copy_js)
156
 
157
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
154
  submit_btn.click(respond, [msg, chatbot], [msg, chatbot])
155
  copy_btn.click(None, None, None, js=copy_js)
156
 
157
+ demo.launch()