Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
|
@@ -251,8 +251,7 @@ by Kalpi Edition
|
|
| 251 |
with gr.Row():
|
| 252 |
with gr.Column(scale=5):
|
| 253 |
file_input = gr.File(
|
| 254 |
-
label="Drop your file here — MP4 · MOV · MP3 · WAV · M4A"
|
| 255 |
-
file_types=["video", "audio"]
|
| 256 |
)
|
| 257 |
with gr.Row():
|
| 258 |
model_choice = gr.Dropdown(
|
|
|
|
| 251 |
with gr.Row():
|
| 252 |
with gr.Column(scale=5):
|
| 253 |
file_input = gr.File(
|
| 254 |
+
label="Drop your file here — MP4 · MOV · MP3 · WAV · M4A"
|
|
|
|
| 255 |
)
|
| 256 |
with gr.Row():
|
| 257 |
model_choice = gr.Dropdown(
|