Spaces:
Runtime error
Runtime error
Commit
·
1a95e11
1
Parent(s):
b5d267d
brought back f cus syntatically it seemed all wrong
Browse files
app.py
CHANGED
@@ -42,8 +42,8 @@ def main():
|
|
42 |
)
|
43 |
|
44 |
with gr.Row(variant="panel"):
|
45 |
-
gr.inputs.File()
|
46 |
-
text = read_pdf
|
47 |
|
48 |
with gr.Row():
|
49 |
with gr.Column(variant="panel"):
|
|
|
42 |
)
|
43 |
|
44 |
with gr.Row(variant="panel"):
|
45 |
+
f=gr.inputs.File("enter the file")
|
46 |
+
text = read_pdf(f)
|
47 |
|
48 |
with gr.Row():
|
49 |
with gr.Column(variant="panel"):
|