Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ def read_pdf(file=None, url=None):
|
|
15 |
iface = gr.Interface(
|
16 |
read_pdf,
|
17 |
gr.inputs.File(),
|
18 |
-
gr.inputs.Textbox(
|
19 |
gr.outputs.Textbox()
|
20 |
)
|
21 |
iface.launch()
|
|
|
15 |
iface = gr.Interface(
|
16 |
read_pdf,
|
17 |
gr.inputs.File(),
|
18 |
+
gr.inputs.Textbox(),
|
19 |
gr.outputs.Textbox()
|
20 |
)
|
21 |
iface.launch()
|