Cristobal299 commited on
Commit
ce746bb
·
verified ·
1 Parent(s): 58bfc7f

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -54,6 +54,4 @@ with gr.Blocks() as demo:
54
  outputs=output_box
55
  )
56
 
57
- if __name__ == "__main__":
58
- os.environ["GRADIO_SERVER_PORT"] = "7861"
59
- demo.launch()
 
54
  outputs=output_box
55
  )
56
 
57
+ demo.launch(server_name="0.0.0.0", server_port=7861)