Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -429,8 +429,7 @@ demo = gr.ChatInterface(
|
|
429 |
gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[0]),
|
430 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.2, step=0.1, label="Temperature"),
|
431 |
gr.Slider(minimum=1, maximum=5, value=1, step=1, label="Number of API Calls"),
|
432 |
-
use_web_search
|
433 |
-
document_selector
|
434 |
],
|
435 |
title="AI-powered Web Search and PDF Chat Assistant",
|
436 |
description="Chat with your PDFs or use web search to answer questions.",
|
|
|
429 |
gr.Dropdown(choices=MODELS, label="Select Model", value=MODELS[0]),
|
430 |
gr.Slider(minimum=0.1, maximum=1.0, value=0.2, step=0.1, label="Temperature"),
|
431 |
gr.Slider(minimum=1, maximum=5, value=1, step=1, label="Number of API Calls"),
|
432 |
+
use_web_search
|
|
|
433 |
],
|
434 |
title="AI-powered Web Search and PDF Chat Assistant",
|
435 |
description="Chat with your PDFs or use web search to answer questions.",
|