Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -134,6 +134,7 @@ iface = gr.Interface(
|
|
134 |
fn=upload_files,
|
135 |
inputs=gr.File(label="Upload PDF or DOCX file"),
|
136 |
outputs="json",
|
137 |
-
live=True
|
138 |
-
capture_session=True
|
139 |
)
|
|
|
|
|
|
134 |
fn=upload_files,
|
135 |
inputs=gr.File(label="Upload PDF or DOCX file"),
|
136 |
outputs="json",
|
137 |
+
live=True
|
|
|
138 |
)
|
139 |
+
|
140 |
+
|