JERNGOC commited on
Commit
2b403ec
1 Parent(s): 529c8ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def process_with_mistral(question):
79
 
80
  # 定義Gradio界面
81
  with gr.Blocks() as demo:
82
- gr.Markdown("# 多模態RAG知識檢索系統(使用Gemini API、Groq API和Mistral模型)")
83
 
84
  with gr.Row():
85
  input_file = gr.File(label="上傳PDF文件")
 
79
 
80
  # 定義Gradio界面
81
  with gr.Blocks() as demo:
82
+ gr.Markdown("# 多模態RAG知識檢索系統(使用Gemini、Groq和Mistral")
83
 
84
  with gr.Row():
85
  input_file = gr.File(label="上傳PDF文件")