Greencapabara commited on
Commit
5ca9759
1 Parent(s): 17f9992

Upload app-shared.py

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