MonicaChen0330 commited on
Commit
98cc51c
·
verified ·
1 Parent(s): 522baae

add: update information, api exception

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -272,7 +272,7 @@ def check_csv_and_run(file, key):
272
  # Gradio 介面
273
  with gr.Blocks() as demo:
274
  gr.Markdown("""
275
- # 📐 RAG系統評估工具 (分流B)
276
 
277
  ### 📄 使用說明
278
  - 請上傳您 RAG 系統產出的結果檔案(需包含欄位:Question、Context、Answer),並填入您的 OpenAI API Key,以進行評估。
@@ -282,7 +282,7 @@ with gr.Blocks() as demo:
282
  本工具部署於 Hugging Face Public Space,若同時有多位使用者使用,系統會將您的評估請求**排入佇列**。
283
  為避免長時間等待,建議您**先僅送出 1 筆資料進行測試**,若進度條顯示之預估**等待時間超過 2 小時(7000 秒以上),可能是其他使用者正在使用**。
284
 
285
- 本頁為**分流 B**,您可以考慮改用其他分流或稍後再試,感謝您的耐心與配合!
286
  - 🔁 [分流 A](https://huggingface.co/spaces/KSLab/RAG_Evaluator_A)
287
  - 🔁 [分流 B](https://huggingface.co/spaces/KSLab/RAG_Evaluator_B)
288
  - 🔁 [分流 C](https://huggingface.co/spaces/KSLab/RAG_Evaluator_C)
 
272
  # Gradio 介面
273
  with gr.Blocks() as demo:
274
  gr.Markdown("""
275
+ # 📐 RAG系統評估工具
276
 
277
  ### 📄 使用說明
278
  - 請上傳您 RAG 系統產出的結果檔案(需包含欄位:Question、Context、Answer),並填入您的 OpenAI API Key,以進行評估。
 
282
  本工具部署於 Hugging Face Public Space,若同時有多位使用者使用,系統會將您的評估請求**排入佇列**。
283
  為避免長時間等待,建議您**先僅送出 1 筆資料進行測試**,若進度條顯示之預估**等待時間超過 2 小時(7000 秒以上),可能是其他使用者正在使用**。
284
 
285
+ 本頁為**主頁面 (Main)**,您可以考慮改用其他分流或稍後再試,感謝您的耐心與配合!
286
  - 🔁 [分流 A](https://huggingface.co/spaces/KSLab/RAG_Evaluator_A)
287
  - 🔁 [分流 B](https://huggingface.co/spaces/KSLab/RAG_Evaluator_B)
288
  - 🔁 [分流 C](https://huggingface.co/spaces/KSLab/RAG_Evaluator_C)