Spaces:
Runtime error
Runtime error
Commit ·
76f4a9a
1
Parent(s): 02a2ab6
Create app-network.py
Browse files- app-network.py +3 -0
app-network.py
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Run the app with no audio file restrictions, and make it available on the network
|
| 2 |
+
from app import create_ui
|
| 3 |
+
create_ui(-1, server_name="0.0.0.0")
|