Spaces:
Sleeping
Sleeping
Commit
·
8a912be
1
Parent(s):
5a7f934
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ app_description = "Convert text from a PDF file to audio. Upload a PDF file. We
|
|
94 |
examples = [["sample.pdf"]] # Provide example file names if needed
|
95 |
|
96 |
# Create the Gradio app
|
97 |
-
|
98 |
|
99 |
demo = gr.Interface(
|
100 |
fn=generate_audio,
|
|
|
94 |
examples = [["sample.pdf"]] # Provide example file names if needed
|
95 |
|
96 |
# Create the Gradio app
|
97 |
+
output_component = gr.outputs.Audio()
|
98 |
|
99 |
demo = gr.Interface(
|
100 |
fn=generate_audio,
|