Spaces:
Sleeping
Sleeping
kahennefer
commited on
Commit
•
0f684ad
1
Parent(s):
7a8cb88
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ examples = [["sample.pdf"]] # Provide example file names if needed
|
|
95 |
|
96 |
# Create the Gradio app
|
97 |
input_component = gr.File(file_types=["pdf"])
|
98 |
-
output_component = gr.
|
99 |
|
100 |
demo = gr.Interface(
|
101 |
fn=generate_audio,
|
|
|
95 |
|
96 |
# Create the Gradio app
|
97 |
input_component = gr.File(file_types=["pdf"])
|
98 |
+
output_component = gr.Audio()
|
99 |
|
100 |
demo = gr.Interface(
|
101 |
fn=generate_audio,
|