ajayarora1235
commited on
Commit
•
220315e
1
Parent(s):
25dff8b
fix gdown version, fix problem
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -1481,7 +1481,7 @@ def zip_downloader(model):
|
|
1481 |
else:
|
1482 |
return f'./weights/{model}.pth', "Could not find Index file."
|
1483 |
|
1484 |
-
download_from_url('https://drive.
|
1485 |
|
1486 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose"), title="Ilaria RVC 💖") as app:
|
1487 |
with gr.Tabs():
|
|
|
1481 |
else:
|
1482 |
return f'./weights/{model}.pth', "Could not find Index file."
|
1483 |
|
1484 |
+
download_from_url('https://drive.google.com/uc?id=17KaIpC6BkxLnMaaRviW7HnWfIcynEdmX&confirm=t', 'JVKE-main')
|
1485 |
|
1486 |
with gr.Blocks(theme=gr.themes.Default(primary_hue="pink", secondary_hue="rose"), title="Ilaria RVC 💖") as app:
|
1487 |
with gr.Tabs():
|
requirements.txt
CHANGED
@@ -17,7 +17,7 @@ i18n
|
|
17 |
numba==0.56.4
|
18 |
librosa==0.9.2
|
19 |
mega.py
|
20 |
-
gdown
|
21 |
onnxruntime
|
22 |
pyngrok==4.1.12
|
23 |
torch
|
|
|
17 |
numba==0.56.4
|
18 |
librosa==0.9.2
|
19 |
mega.py
|
20 |
+
gdown==4.7.3
|
21 |
onnxruntime
|
22 |
pyngrok==4.1.12
|
23 |
torch
|