Update app.py
Browse files
app.py
CHANGED
@@ -718,7 +718,7 @@ with gr.Blocks(title="PDF to Audio", css="""
|
|
718 |
|
719 |
with gr.Row(elem_id="main_container"):
|
720 |
with gr.Column(scale=2):
|
721 |
-
files = gr.Files(label="PDFs", file_types=[
|
722 |
|
723 |
openai_api_key = gr.Textbox(
|
724 |
label="OpenAI API Key",
|
|
|
718 |
|
719 |
with gr.Row(elem_id="main_container"):
|
720 |
with gr.Column(scale=2):
|
721 |
+
files = gr.Files(label="PDFs", file_types=[], )
|
722 |
|
723 |
openai_api_key = gr.Textbox(
|
724 |
label="OpenAI API Key",
|