lhoestq HF Staff commited on
Commit
0e9dbb1
·
verified ·
1 Parent(s): 8fc5fd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,4 +17,4 @@ with gr.Blocks() as demo:
17
  button.click(run, outputs=[output_textbox])
18
 
19
  if __name__ == "__main__":
20
- demo.launch()
 
17
  button.click(run, outputs=[output_textbox])
18
 
19
  if __name__ == "__main__":
20
+ demo.launch(server_name="0.0.0.0", server_port=7860)