Materna commited on
Commit
1e06f6d
1 Parent(s): 733cfca

Add application file

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