daquarti commited on
Commit
65e8bf8
·
1 Parent(s): 062710a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ examples = ['1.jpg', '2.jpg']
45
  demo = gr.Interface(fn=pred, inputs="image", outputs= "text", examples= examples)
46
 
47
 
48
- demo.launch(share=True)
 
45
  demo = gr.Interface(fn=pred, inputs="image", outputs= "text", examples= examples)
46
 
47
 
48
+ demo.launch(share= False)