Dhenenjay commited on
Commit
2391ce4
·
verified ·
1 Parent(s): 41a7a44

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -677,4 +677,4 @@ with gr.Blocks(title="E3Diff: SAR-to-Optical Translation") as demo:
677
 
678
 
679
  if __name__ == "__main__":
680
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
677
 
678
 
679
  if __name__ == "__main__":
680
+ demo.queue().launch(ssr_mode=False)