Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -234,7 +234,7 @@ with gr.Blocks(title="Orpheus Text-to-Speech") as demo:
|
|
234 |
interactive=True,
|
235 |
container=True
|
236 |
)
|
237 |
-
uploaded_file = gr.File(label="Upload File", type=
|
238 |
|
239 |
with gr.Column(scale=2):
|
240 |
duration = gr.Slider(minimum=1, maximum=60, value=5, step=1, label="Duration (minutes)")
|
|
|
234 |
interactive=True,
|
235 |
container=True
|
236 |
)
|
237 |
+
uploaded_file = gr.File(label="Upload File", type="binary")
|
238 |
|
239 |
with gr.Column(scale=2):
|
240 |
duration = gr.Slider(minimum=1, maximum=60, value=5, step=1, label="Duration (minutes)")
|