Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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文件")
|