PraneshJs commited on
Commit
0508a5a
·
verified ·
1 Parent(s): b66f579

added server name and port

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,4 +193,4 @@ with gr.Blocks() as demo:
193
  outputs=[chatbot]
194
  )
195
 
196
- demo.launch(debug=True)
 
193
  outputs=[chatbot]
194
  )
195
 
196
+ demo.launch(debug=True, server_name="0.0.0.0",server_port=7860)