Hev832 commited on
Commit
f4925d9
·
verified ·
1 Parent(s): 0b993e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', visible=False)
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