Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,8 @@ with gr.Blocks(css="""
|
|
| 107 |
|
| 108 |
with gr.Column(scale=1, min_width=250):
|
| 109 |
gr.HTML('<label><i class="fas fa-upload"></i> Upload Audio</label>')
|
| 110 |
-
audio_upload = gr.File(label="Upload Audio", type="
|
|
|
|
| 111 |
|
| 112 |
with gr.Row():
|
| 113 |
gr.HTML("<h3>Trim Audio (Optional)</h3>")
|
|
|
|
| 107 |
|
| 108 |
with gr.Column(scale=1, min_width=250):
|
| 109 |
gr.HTML('<label><i class="fas fa-upload"></i> Upload Audio</label>')
|
| 110 |
+
audio_upload = audio_upload = gr.File(label="Upload Audio", type="filepath", show_label=False)
|
| 111 |
+
|
| 112 |
|
| 113 |
with gr.Row():
|
| 114 |
gr.HTML("<h3>Trim Audio (Optional)</h3>")
|