Spaces:
Running
Running
Update easy_infer.py
Browse files- easy_infer.py +1 -3
easy_infer.py
CHANGED
@@ -591,13 +591,11 @@ def get_vc(sid, to_return_protect0, to_return_protect1):
|
|
591 |
to_return_protect1,
|
592 |
)
|
593 |
|
594 |
-
def_download = "https://huggingface.co/Kuma6/Satoru-Gojo/resolve/main/Gojo.zip"
|
595 |
-
|
596 |
def download_model():
|
597 |
gr.Markdown(value="# " + "Download Model")
|
598 |
gr.Markdown(value="It is used to download your inference models.")
|
599 |
with gr.Row():
|
600 |
-
model_url=gr.Textbox(label="Url:"
|
601 |
with gr.Row():
|
602 |
download_model_status_bar=gr.Textbox(label="Status:")
|
603 |
with gr.Row():
|
|
|
591 |
to_return_protect1,
|
592 |
)
|
593 |
|
|
|
|
|
594 |
def download_model():
|
595 |
gr.Markdown(value="# " + "Download Model")
|
596 |
gr.Markdown(value="It is used to download your inference models.")
|
597 |
with gr.Row():
|
598 |
+
model_url=gr.Textbox(label="Url:")
|
599 |
with gr.Row():
|
600 |
download_model_status_bar=gr.Textbox(label="Status:")
|
601 |
with gr.Row():
|