Update app.py
Browse files
app.py
CHANGED
@@ -291,7 +291,7 @@ with gr.Blocks(title="Hex RVC", theme=gr.themes.Base(primary_hue="red", secondar
|
|
291 |
# Button to refresh the list of folders
|
292 |
|
293 |
with gr.Row():
|
294 |
-
upload_audio = gr.Audio(label="Upload Audio", type='filepath'
|
295 |
|
296 |
|
297 |
|
|
|
291 |
# Button to refresh the list of folders
|
292 |
|
293 |
with gr.Row():
|
294 |
+
upload_audio = gr.Audio(label="Upload Audio", type='filepath')
|
295 |
|
296 |
|
297 |
|