bluenevus commited on
Commit
b3b6346
·
verified ·
1 Parent(s): b83a237

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=["txt", "docx", "pdf"])
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)")