shivambhosale commited on
Commit
42c5390
1 Parent(s): 4abc5a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,4 +11,4 @@ def getoutput(input_img):
11
 
12
  demo = gr.Interface(getoutput, gr.Image(shape=(200, 200)), "image")
13
 
14
- demo.launch(share=True)
 
11
 
12
  demo = gr.Interface(getoutput, gr.Image(shape=(200, 200)), "image")
13
 
14
+ demo.launch()