Arnaudding001 commited on
Commit
00dde2f
1 Parent(s): 039d7b8

Create 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 create_ui
3
+ create_ui(-1, share=True)