Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -248,8 +248,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 248 |
outputs=[left_output, right_output]
|
| 249 |
)
|
| 250 |
|
| 251 |
-
|
| 252 |
-
|
| 253 |
# Launch (HF Spaces expects this pattern)
|
| 254 |
if __name__ == "__main__":
|
| 255 |
demo.launch(server_name="0.0.0.0", server_port=int(os.environ.get("PORT", 7860)))
|
|
|
|
| 248 |
outputs=[left_output, right_output]
|
| 249 |
)
|
| 250 |
|
| 251 |
+
|
|
|
|
| 252 |
# Launch (HF Spaces expects this pattern)
|
| 253 |
if __name__ == "__main__":
|
| 254 |
demo.launch(server_name="0.0.0.0", server_port=int(os.environ.get("PORT", 7860)))
|