Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
|
|
|
| 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():
|