wf123aaa commited on
Commit
3ac63a6
·
1 Parent(s): 3139d03

Update app.py

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