cppowboy commited on
Commit
38d371b
1 Parent(s): 2362a20

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ with gr.Blocks() as demo:
64
  btn.click(infer, [text, neg_text], gallery)
65
 
66
  if __name__ == "__main__":
67
- demo.launch(server_port=8888, server_name="0.0.0.0")
 
64
  btn.click(infer, [text, neg_text], gallery)
65
 
66
  if __name__ == "__main__":
67
+ demo.launch()