Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ iface = gr.Interface(
|
|
15 |
inputs=[
|
16 |
"text",
|
17 |
gr.File(
|
18 |
-
type="
|
19 |
label="Please upload a PDF file that contains an abstract. You will receive a one-sentence summary of the PDF and can listen to it.",
|
20 |
),
|
21 |
],
|
|
|
15 |
inputs=[
|
16 |
"text",
|
17 |
gr.File(
|
18 |
+
type="binary",
|
19 |
label="Please upload a PDF file that contains an abstract. You will receive a one-sentence summary of the PDF and can listen to it.",
|
20 |
),
|
21 |
],
|