Ghostraptor commited on
Commit
7dade9b
·
verified ·
1 Parent(s): 2a41f14

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,4 +67,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
67
  clear_btn.click(lambda: None, None, input_img, queue=False)
68
 
69
  if __name__ == "__main__":
70
- demo.launch()
 
67
  clear_btn.click(lambda: None, None, input_img, queue=False)
68
 
69
  if __name__ == "__main__":
70
+ demo.launch(server_name="0.0.0.0", server_port=7860)