Artmen commited on
Commit
6e460a4
·
1 Parent(s): a8f02c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,4 +9,4 @@ def greet(name):
9
 
10
  demo = gr.Interface(fn=greet, inputs="text", outputs="text", title=title, description=description, article=ref)
11
 
12
- demo.launch(server_name="0.0.0.0", server_port=8080)
 
9
 
10
  demo = gr.Interface(fn=greet, inputs="text", outputs="text", title=title, description=description, article=ref)
11
 
12
+ demo.launch()