Commit ·
72b443d
1
Parent(s): d577a95
fix: revert to original launch (share=True conflicts with HF Spaces networking)
Browse files
app.py
CHANGED
|
@@ -107,4 +107,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 107 |
)
|
| 108 |
|
| 109 |
if __name__ == "__main__":
|
| 110 |
-
demo.launch(server_name="0.0.0.0", server_port=7860
|
|
|
|
| 107 |
)
|
| 108 |
|
| 109 |
if __name__ == "__main__":
|
| 110 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|