NaimaAqeel commited on
Commit
1cb7be8
·
verified ·
1 Parent(s): 7f37088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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
+