Spaces:
Runtime error
Runtime error
Commit
·
214cc79
1
Parent(s):
4e01295
just testing with code , commented out the output in gradio
Browse files
app.py
CHANGED
@@ -9,6 +9,6 @@ def read_pdf(file):
|
|
9 |
iface = gr.Interface(
|
10 |
read_pdf,
|
11 |
gr.inputs.File(),
|
12 |
-
gr.outputs.Textbox()
|
13 |
)
|
14 |
iface.launch()
|
|
|
9 |
iface = gr.Interface(
|
10 |
read_pdf,
|
11 |
gr.inputs.File(),
|
12 |
+
# gr.outputs.Textbox()
|
13 |
)
|
14 |
iface.launch()
|