jflo commited on
Commit
d2c7ead
1 Parent(s): 2ffd3b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ demo = gr.Interface(filter_img,
25
  description="Cool image filters!"
26
  )
27
 
28
- demo.launch(share=True, inline=False)
 
25
  description="Cool image filters!"
26
  )
27
 
28
+ demo.launch(inline=False)