Greencapabara commited on
Commit
a923d7d
1 Parent(s): 7180851

Upload 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 createUi
3
+ createUi(-1)