Arnaudding001 commited on
Commit
76f4a9a
1 Parent(s): 02a2ab6

Create app-network.py

Browse files
Files changed (1) hide show
  1. 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")