ali89 commited on
Commit
acce62b
·
1 Parent(s): 0d0bebd

removing share as its unallowed in huggingface

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,4 +14,4 @@ def predict(img):
14
  demo = gr.Interface(fn=predict, inputs="image", outputs="text")
15
  # demo = gr.Interface(fn=greet, inputs="text", outputs="text")
16
 
17
- demo.launch(share=True)
 
14
  demo = gr.Interface(fn=predict, inputs="image", outputs="text")
15
  # demo = gr.Interface(fn=greet, inputs="text", outputs="text")
16
 
17
+ demo.launch()