sudo-soldier commited on
Commit
4383f3c
·
verified ·
1 Parent(s): ccea871

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -70,7 +70,8 @@ with gr.Blocks() as interface:
70
 
71
  with gr.Row():
72
  youtube_url = gr.Textbox(placeholder="Enter the URL here...", label="YouTube URL")
73
- uploaded_audio = gr.File(label="Upload Audio File", type="file")
 
74
 
75
  gr.HTML("<h3>Trim Audio</h3>")
76
  with gr.Row():
 
70
 
71
  with gr.Row():
72
  youtube_url = gr.Textbox(placeholder="Enter the URL here...", label="YouTube URL")
73
+ uploaded_audio = gr.File(label="Upload Audio File", type="filepath")
74
+
75
 
76
  gr.HTML("<h3>Trim Audio</h3>")
77
  with gr.Row():