Spaces:
Running
Running
Kirubel Mehari commited on
Commit ·
b13d14a
1
Parent(s): 6955996
Fix launch for HF Spaces
Browse files
app.py
CHANGED
|
@@ -113,4 +113,4 @@ Go to [playcanvas.com/supersplat/editor](https://playcanvas.com/supersplat/edito
|
|
| 113 |
""")
|
| 114 |
|
| 115 |
if __name__ == "__main__":
|
| 116 |
-
demo.launch()
|
|
|
|
| 113 |
""")
|
| 114 |
|
| 115 |
if __name__ == "__main__":
|
| 116 |
+
demo.launch(server_name="0.0.0.0")
|