Upload app.py with huggingface_hub
Browse files
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)
|