Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- .DS_Store +0 -0
- README.md +1 -0
- __pycache__/data_setups.cpython-39.pyc +0 -0
- requirements.txt +2 -2
.DS_Store
ADDED
Binary file (6.15 kB). View file
|
|
README.md
CHANGED
@@ -8,4 +8,5 @@ sdk: gradio
|
|
8 |
sdk_version: 3.40.1
|
9 |
app_file: run.py
|
10 |
pinned: false
|
|
|
11 |
---
|
|
|
8 |
sdk_version: 3.40.1
|
9 |
app_file: run.py
|
10 |
pinned: false
|
11 |
+
hf_oauth: true
|
12 |
---
|
__pycache__/data_setups.cpython-39.pyc
ADDED
Binary file (2.59 kB). View file
|
|
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
|
|
1 |
torch==1.12.0
|
2 |
torchvision==0.13.0
|
3 |
torchaudio==0.12.0
|
4 |
librosa==0.9.2
|
5 |
-
gdown
|
6 |
-
https://gradio-main-build.s3.amazonaws.com/2e720c0c47ea94923ab689f928308157f2c30b2d/gradio-3.40.1-py3-none-any.whl
|
|
|
1 |
+
https://gradio-main-build.s3.amazonaws.com/2e720c0c47ea94923ab689f928308157f2c30b2d/gradio-3.40.1-py3-none-any.whl
|
2 |
torch==1.12.0
|
3 |
torchvision==0.13.0
|
4 |
torchaudio==0.12.0
|
5 |
librosa==0.9.2
|
6 |
+
gdown
|
|