Arnaudding001 commited on
Commit
02a2ab6
1 Parent(s): 00dde2f

Create app-local.py

Browse files
Files changed (1) hide show
  1. app-local.py +3 -0
app-local.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ # Run the app with no audio file restrictions
2
+ from app import create_ui
3
+ create_ui(-1)