Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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
|