DannyChi commited on
Commit
41b7912
·
1 Parent(s): 5b095c9

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,5 +8,5 @@ def to_black(image):
8
 
9
  interface = gr.Interface(fn=to_black, inputs="image", outputs="image").queue(default_concurrency_limit=1)
10
 
11
- interface.launch(server_name='127.0.0.1',server_port=7788)
12
 
 
8
 
9
  interface = gr.Interface(fn=to_black, inputs="image", outputs="image").queue(default_concurrency_limit=1)
10
 
11
+ interface.launch()
12