Spaces:
Runtime error
Runtime error
Arnaudding001
commited on
Commit
•
00dde2f
1
Parent(s):
039d7b8
Create app-shared.py
Browse files- 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)
|