Update app.py
Browse files
app.py
CHANGED
@@ -369,8 +369,7 @@ if __name__ == "__main__":
|
|
369 |
gr.Examples(
|
370 |
examples=[os.path.join(example_root, _) for _ in os.listdir(example_root) if
|
371 |
_.endswith("pdf")],
|
372 |
-
inputs=file
|
373 |
-
elem_classes="examples-section"
|
374 |
)
|
375 |
|
376 |
# 오른쪽 패널
|
@@ -429,4 +428,4 @@ if __name__ == "__main__":
|
|
429 |
clear_bu.add([file, md, pdf_show, md_text, output_file, is_ocr])
|
430 |
|
431 |
# 앱 실행
|
432 |
-
demo.launch(ssr_mode=True)
|
|
|
369 |
gr.Examples(
|
370 |
examples=[os.path.join(example_root, _) for _ in os.listdir(example_root) if
|
371 |
_.endswith("pdf")],
|
372 |
+
inputs=file
|
|
|
373 |
)
|
374 |
|
375 |
# 오른쪽 패널
|
|
|
428 |
clear_bu.add([file, md, pdf_show, md_text, output_file, is_ocr])
|
429 |
|
430 |
# 앱 실행
|
431 |
+
demo.launch(ssr_mode=True)
|