John1986 commited on
Commit
8cf11b0
1 Parent(s): 78d90a0

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,4 +7,4 @@ def to_black(image):
7
  return output
8
 
9
  interface = gr.Interface(fn=to_black, inputs="image", outputs="image")
10
- interface.launch(share=True)
 
7
  return output
8
 
9
  interface = gr.Interface(fn=to_black, inputs="image", outputs="image")
10
+ interface.launch()