mimoha commited on
Commit
8054a47
·
verified ·
1 Parent(s): bf3a2bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,4 +18,4 @@ gr.Interface(
18
  fn=process_image,
19
  inputs=gr.Image(type="filepath"),
20
  outputs="json"
21
- ).launch()
 
18
  fn=process_image,
19
  inputs=gr.Image(type="filepath"),
20
  outputs="json"
21
+ ).launch(share=True)