Spaces:
Sleeping
Sleeping
capradeepgujaran
commited on
Commit
β’
16047d7
1
Parent(s):
c3644eb
Update app.py
Browse files
app.py
CHANGED
@@ -173,9 +173,9 @@ def create_gradio_interface():
|
|
173 |
with gr.Tab("β Ask a Question"):
|
174 |
query_input = gr.Textbox(label="Enter your question")
|
175 |
model_dropdown = gr.Dropdown(
|
176 |
-
choices=["gpt-
|
177 |
label="Select Model",
|
178 |
-
value="gpt-
|
179 |
)
|
180 |
similarity_checkbox = gr.Checkbox(label="Use Similarity Check", value=False)
|
181 |
query_button = gr.Button("Ask")
|
|
|
173 |
with gr.Tab("β Ask a Question"):
|
174 |
query_input = gr.Textbox(label="Enter your question")
|
175 |
model_dropdown = gr.Dropdown(
|
176 |
+
choices=["gpt-4o-mini", "gpt-4o"],
|
177 |
label="Select Model",
|
178 |
+
value="gpt-4o-mini"
|
179 |
)
|
180 |
similarity_checkbox = gr.Checkbox(label="Use Similarity Check", value=False)
|
181 |
query_button = gr.Button("Ask")
|