Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -411,7 +411,7 @@ with gr.Blocks() as app:
|
|
411 |
pdf_url = gr.Textbox(label="PDF URL")
|
412 |
with gr.Tab("PDF Batch"):
|
413 |
pdf_batch = gr.Textbox(label="PDF Batch (comma separated)")
|
414 |
-
json_out=gr.
|
415 |
e_box=gr.Textbox()
|
416 |
#text=gr.JSON()
|
417 |
#inp_query.change(search_models,inp_query,models_dd)
|
|
|
411 |
pdf_url = gr.Textbox(label="PDF URL")
|
412 |
with gr.Tab("PDF Batch"):
|
413 |
pdf_batch = gr.Textbox(label="PDF Batch (comma separated)")
|
414 |
+
json_out=gr.Textbox()
|
415 |
e_box=gr.Textbox()
|
416 |
#text=gr.JSON()
|
417 |
#inp_query.change(search_models,inp_query,models_dd)
|