Spaces:
Sleeping
Sleeping
ryoshimu commited on
Commit ·
3f3de92
1
Parent(s): 7af9014
commit
Browse files
app.py
CHANGED
|
@@ -509,8 +509,7 @@ with gr.Blocks(title="FAQ RAG System") as demo:
|
|
| 509 |
with gr.Row():
|
| 510 |
with gr.Column():
|
| 511 |
eval_file_input = gr.File(
|
| 512 |
-
label="評価用テストセット (JSON)"
|
| 513 |
-
file_types=[".json"]
|
| 514 |
)
|
| 515 |
eval_btn = gr.Button("評価を実行", variant="primary")
|
| 516 |
|
|
|
|
| 509 |
with gr.Row():
|
| 510 |
with gr.Column():
|
| 511 |
eval_file_input = gr.File(
|
| 512 |
+
label="評価用テストセット (JSON)"
|
|
|
|
| 513 |
)
|
| 514 |
eval_btn = gr.Button("評価を実行", variant="primary")
|
| 515 |
|