Dharini Baskaran commited on
Commit
47e55ae
·
1 Parent(s): 63642bb

updating app.py

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