Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,7 @@ def upload_model(index_file, pth_file, model_name):
|
|
256 |
MODELS.append({"model": pth_file, "index": index_file, "model_name": model_name})
|
257 |
return "Uploaded!"
|
258 |
|
259 |
-
with gr.Blocks(theme="Applio.py"
|
260 |
gr.Markdown("## Ilaria RVC π")
|
261 |
with gr.Tab("Inference"):
|
262 |
sound_gui = gr.Audio(value=None,type="filepath",autoplay=False,visible=True,)
|
|
|
256 |
MODELS.append({"model": pth_file, "index": index_file, "model_name": model_name})
|
257 |
return "Uploaded!"
|
258 |
|
259 |
+
with gr.Blocks(theme="Applio.py", title="Ilaria RVC π") as demo:
|
260 |
gr.Markdown("## Ilaria RVC π")
|
261 |
with gr.Tab("Inference"):
|
262 |
sound_gui = gr.Audio(value=None,type="filepath",autoplay=False,visible=True,)
|