vtiw commited on
Commit
9c3d415
·
1 Parent(s): dbdbddf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,4 +24,4 @@ def greet(img):
24
 
25
  demo = gr.Interface(fn=greet, inputs=gr.Image(type="pil"), outputs="text")
26
 
27
- demo.launch(share=True)
 
24
 
25
  demo = gr.Interface(fn=greet, inputs=gr.Image(type="pil"), outputs="text")
26
 
27
+ demo.launch()