Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -322,7 +322,7 @@ def pdf_to_iframe(file):
|
|
| 322 |
# outputs=[output_md],
|
| 323 |
# fn=lambda x: process_pipeline(load_sample_pdf(), hcc_code="12", model_version="V24"),
|
| 324 |
# cache_examples=False
|
| 325 |
-
)
|
| 326 |
|
| 327 |
# ---------- Gradio UI ----------
|
| 328 |
with gr.Blocks(theme=simple_theme, title=APP_TITLE) as interface:
|
|
|
|
| 322 |
# outputs=[output_md],
|
| 323 |
# fn=lambda x: process_pipeline(load_sample_pdf(), hcc_code="12", model_version="V24"),
|
| 324 |
# cache_examples=False
|
| 325 |
+
# )
|
| 326 |
|
| 327 |
# ---------- Gradio UI ----------
|
| 328 |
with gr.Blocks(theme=simple_theme, title=APP_TITLE) as interface:
|