GTimothee commited on
Commit
b3d840a
·
verified ·
1 Parent(s): c50abcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ iface = gr.Interface(
19
  inputs=[gr.File(label="Upload a file"), gr.Textbox(label="Enter your huggingface API token here")],
20
  outputs=gr.Textbox(label="File Content"),
21
  title="File Reader",
22
- description="Upload a text file and see its content."
23
  )
24
 
25
  # Required for Hugging Face Spaces
 
19
  inputs=[gr.File(label="Upload a file"), gr.Textbox(label="Enter your huggingface API token here")],
20
  outputs=gr.Textbox(label="File Content"),
21
  title="File Reader",
22
+ description="Upload an audio file and retrieve its transcript."
23
  )
24
 
25
  # Required for Hugging Face Spaces