Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -255,7 +255,7 @@ with gr.Blocks(title="Orpheus Text-to-Speech") as demo:
|
|
255 |
interactive=True,
|
256 |
container=True
|
257 |
)
|
258 |
-
uploaded_file = gr.File(label="Upload File", type=
|
259 |
|
260 |
with gr.Column(scale=2):
|
261 |
duration = gr.Slider(minimum=1, maximum=60, value=5, step=1, label="Duration (minutes)")
|
|
|
255 |
interactive=True,
|
256 |
container=True
|
257 |
)
|
258 |
+
uploaded_file = gr.File(label="Upload File", type="binary")
|
259 |
|
260 |
with gr.Column(scale=2):
|
261 |
duration = gr.Slider(minimum=1, maximum=60, value=5, step=1, label="Duration (minutes)")
|