Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -530,10 +530,6 @@ if __name__ == '__main__':
|
|
| 530 |
lambda f: gr.update(visible=False),
|
| 531 |
inputs=output_file,
|
| 532 |
outputs=output_file
|
| 533 |
-
).then(
|
| 534 |
-
fn=doc_parser,
|
| 535 |
-
inputs=[file, prompts],
|
| 536 |
-
outputs=[md, md_text]
|
| 537 |
).then(
|
| 538 |
fn=doc_parser,
|
| 539 |
inputs=[file, prompts, model_selector],
|
|
|
|
| 530 |
lambda f: gr.update(visible=False),
|
| 531 |
inputs=output_file,
|
| 532 |
outputs=output_file
|
|
|
|
|
|
|
|
|
|
|
|
|
| 533 |
).then(
|
| 534 |
fn=doc_parser,
|
| 535 |
inputs=[file, prompts, model_selector],
|