with gr.Row():
Browse files
app.py
CHANGED
@@ -501,6 +501,7 @@ with gr.Blocks() as demo:
|
|
501 |
with gr.Tab("ๆน้่็"):
|
502 |
with gr.Row():
|
503 |
gr.Markdown("## ๆน้ๅ็่็ + Perseus JSON ็ๆ")
|
|
|
504 |
image_input = gr.Files(label="้ธๆๅ็", type="filepath")
|
505 |
submit_button = gr.Button("้ๅง่็ๅ็")
|
506 |
with gr.Row():
|
@@ -519,6 +520,7 @@ with gr.Blocks() as demo:
|
|
519 |
with gr.Tab("ๅฎๅผต่็"):
|
520 |
with gr.Row():
|
521 |
gr.Markdown("## ๅฎๅผตๅ็่็")
|
|
|
522 |
single_image_input = gr.Files(label="้ธๆๅ็", type="filepath")
|
523 |
single_submit_button = gr.Button("้ๅง่็ๅ็")
|
524 |
with gr.Row():
|
@@ -538,6 +540,7 @@ with gr.Blocks() as demo:
|
|
538 |
with gr.Tab("PDF ่็"):
|
539 |
with gr.Row():
|
540 |
gr.Markdown("## PDF ๆไปถ่็")
|
|
|
541 |
pdf_input = gr.File(type="filepath")
|
542 |
pdf_submit_button = gr.Button("้ๅง่็ PDF")
|
543 |
with gr.Row():
|
|
|
501 |
with gr.Tab("ๆน้่็"):
|
502 |
with gr.Row():
|
503 |
gr.Markdown("## ๆน้ๅ็่็ + Perseus JSON ็ๆ")
|
504 |
+
with gr.Row():
|
505 |
image_input = gr.Files(label="้ธๆๅ็", type="filepath")
|
506 |
submit_button = gr.Button("้ๅง่็ๅ็")
|
507 |
with gr.Row():
|
|
|
520 |
with gr.Tab("ๅฎๅผต่็"):
|
521 |
with gr.Row():
|
522 |
gr.Markdown("## ๅฎๅผตๅ็่็")
|
523 |
+
with gr.Row():
|
524 |
single_image_input = gr.Files(label="้ธๆๅ็", type="filepath")
|
525 |
single_submit_button = gr.Button("้ๅง่็ๅ็")
|
526 |
with gr.Row():
|
|
|
540 |
with gr.Tab("PDF ่็"):
|
541 |
with gr.Row():
|
542 |
gr.Markdown("## PDF ๆไปถ่็")
|
543 |
+
with gr.Row():
|
544 |
pdf_input = gr.File(type="filepath")
|
545 |
pdf_submit_button = gr.Button("้ๅง่็ PDF")
|
546 |
with gr.Row():
|