Spaces:
Running on Zero
Running on Zero
PRamoneda commited on
Commit ·
7243f55
1
Parent(s): 58729a4
debug
Browse files- .gitignore +2 -0
- app.py +1 -1
.gitignore
CHANGED
|
@@ -1 +1,3 @@
|
|
| 1 |
/models/
|
|
|
|
|
|
|
|
|
| 1 |
/models/
|
| 2 |
+
yt_audio.mp3
|
| 3 |
+
yt_audio.webm
|
app.py
CHANGED
|
@@ -125,4 +125,4 @@ demo = gr.Interface(
|
|
| 125 |
)
|
| 126 |
|
| 127 |
if __name__ == "__main__":
|
| 128 |
-
demo.launch()
|
|
|
|
| 125 |
)
|
| 126 |
|
| 127 |
if __name__ == "__main__":
|
| 128 |
+
demo.launch(debug=True, share=True)
|