Spaces:
Runtime error
Runtime error
Max Brodeur-Urbas
commited on
Commit
·
cb40d90
1
Parent(s):
4ab44f4
gradio upgrade for audio fix
Browse files- README.md +1 -1
- app.py +1 -1
- requirements.txt +0 -1
README.md
CHANGED
@@ -4,7 +4,7 @@ emoji: 📢
|
|
4 |
colorFrom: green
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.16.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
|
|
4 |
colorFrom: green
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.16.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
app.py
CHANGED
@@ -16,7 +16,7 @@ def run_cmd(command):
|
|
16 |
except KeyboardInterrupt:
|
17 |
print("Process interrupted")
|
18 |
sys.exit(1)
|
19 |
-
|
20 |
# run_cmd('pip install git+https://github.com/ricardodeazambuja/colab_utils.git')
|
21 |
# import colab_utils as cu
|
22 |
import gradio as gr
|
|
|
16 |
except KeyboardInterrupt:
|
17 |
print("Process interrupted")
|
18 |
sys.exit(1)
|
19 |
+
|
20 |
# run_cmd('pip install git+https://github.com/ricardodeazambuja/colab_utils.git')
|
21 |
# import colab_utils as cu
|
22 |
import gradio as gr
|
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
sounddevice
|
2 |
scipy
|
3 |
-
gradio>=3.16.0
|
4 |
IPython
|
5 |
js2py
|
|
|
1 |
sounddevice
|
2 |
scipy
|
|
|
3 |
IPython
|
4 |
js2py
|