Kari commited on
Commit
16a6684
·
1 Parent(s): 4e3ebc1

Add application file

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