Spaces:
Running
Running
Upload alimodel.pth
#5
by
alidemir
- opened
- infer.py +0 -3
- pre-requirements.txt +0 -1
- requirements.txt +0 -3
infer.py
CHANGED
@@ -624,9 +624,6 @@ with gr.Blocks() as app:
|
|
624 |
gr.Markdown(
|
625 |
"# <center> Advanced RVC Inference\n"
|
626 |
)
|
627 |
-
gr.Markdown(
|
628 |
-
"[](https://huggingface.co/spaces/r3gm/Advanced-RVC-Inference?duplicate=true)\n\n"
|
629 |
-
)
|
630 |
with gr.Row():
|
631 |
sid = gr.Dropdown(
|
632 |
label="Weight",
|
|
|
624 |
gr.Markdown(
|
625 |
"# <center> Advanced RVC Inference\n"
|
626 |
)
|
|
|
|
|
|
|
627 |
with gr.Row():
|
628 |
sid = gr.Dropdown(
|
629 |
label="Weight",
|
pre-requirements.txt
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
pip<=23.1.2
|
|
|
|
requirements.txt
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
torch==2.5.1
|
2 |
-
torchvision
|
3 |
-
torchaudio
|
4 |
wheel
|
5 |
setuptools
|
6 |
ffmpeg
|
|
|
|
|
|
|
|
|
1 |
wheel
|
2 |
setuptools
|
3 |
ffmpeg
|