Dharini Baskaran commited on
Commit
1f30443
·
1 Parent(s): 0b2f33d

updated launch code

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