Spaces:
Sleeping
Sleeping
Seokjin
commited on
Commit
ยท
520d0cf
1
Parent(s):
aeaaba7
Remove unsupported 'interactive' argument from gr.JSON
Browse files
app.py
CHANGED
@@ -309,12 +309,11 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(primary_hue="blue", secondar
|
|
309 |
with gr.Row(elem_id="output_row"):
|
310 |
with gr.Column(scale=1):
|
311 |
gr.Markdown("### โจ Fine-tuned Model (SROIE ํ์ฑ)", elem_id="output-title-ft")
|
312 |
-
|
313 |
-
json_output_ft = gr.JSON(label="Fine-tuned ๊ฒฐ๊ณผ (JSON)",
|
314 |
with gr.Column(scale=1):
|
315 |
gr.Markdown("### ๐ก Base Model (Raw + Cleaned)", elem_id="output-title-base")
|
316 |
-
|
317 |
-
json_output_base = gr.JSON(label="Base ๋ชจ๋ธ ๊ฒฐ๊ณผ (JSON)", interactive=False, elem_id="json_output_base")
|
318 |
|
319 |
# ๋ฒํผ ํด๋ฆญ ์ ์คํํ ํจ์ ๋ฐ ์
์ถ๋ ฅ ์ ์
|
320 |
submit_btn.click(
|
|
|
309 |
with gr.Row(elem_id="output_row"):
|
310 |
with gr.Column(scale=1):
|
311 |
gr.Markdown("### โจ Fine-tuned Model (SROIE ํ์ฑ)", elem_id="output-title-ft")
|
312 |
+
|
313 |
+
json_output_ft = gr.JSON(label="Fine-tuned ๊ฒฐ๊ณผ (JSON)", elem_id="json_output_ft")
|
314 |
with gr.Column(scale=1):
|
315 |
gr.Markdown("### ๐ก Base Model (Raw + Cleaned)", elem_id="output-title-base")
|
316 |
+
json_output_base = gr.JSON(label="Base ๋ชจ๋ธ ๊ฒฐ๊ณผ (JSON)", elem_id="json_output_base")
|
|
|
317 |
|
318 |
# ๋ฒํผ ํด๋ฆญ ์ ์คํํ ํจ์ ๋ฐ ์
์ถ๋ ฅ ์ ์
|
319 |
submit_btn.click(
|