Dhenenjay commited on
Commit
380cefe
·
verified ·
1 Parent(s): 47815ce

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -681,4 +681,4 @@ with gr.Blocks(title="E3Diff: SAR-to-Optical Translation", theme=gr.themes.Soft(
681
 
682
 
683
  if __name__ == "__main__":
684
- demo.launch()
 
681
 
682
 
683
  if __name__ == "__main__":
684
+ demo.launch(server_name="0.0.0.0", server_port=7860)