Dharini Baskaran commited on
Commit
24ad810
·
1 Parent(s): 2f7fddd

updated app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,4 +147,4 @@ with gr.Blocks() as demo:
147
  outputs=[output_image, output_json, error_output]
148
  )
149
 
150
- demo.launch(share=True)
 
147
  outputs=[output_image, output_json, error_output]
148
  )
149
 
150
+ demo.launch(server_name="0.0.0.0", server_port=7860)