Upload app.py with huggingface_hub
Browse files
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(
|
|
|
|
| 677 |
|
| 678 |
|
| 679 |
if __name__ == "__main__":
|
| 680 |
+
demo.queue().launch(ssr_mode=False)
|