bluenevus commited on
Commit
f44a6e6
·
verified ·
1 Parent(s): 43f2e7f

Update app.py

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