Update app.py
Browse files
app.py
CHANGED
@@ -281,7 +281,7 @@ with gr.Blocks (theme=gr.themes.Default(primary_hue="pink", secondary_hue="pink"
|
|
281 |
with gr.Row():
|
282 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
|
283 |
with gr.Row():
|
284 |
-
with gr.Accordion("
|
285 |
models_list = (
|
286 |
|
287 |
# UPDATE WITH NEW MODELS, ORDER MATTERS IN END USER UI
|
|
|
281 |
with gr.Row():
|
282 |
text_prompt = gr.Textbox(label="Prompt", placeholder="Enter a prompt here", lines=3, elem_id="prompt-text-input")
|
283 |
with gr.Row():
|
284 |
+
with gr.Accordion("Model Selection", open=True):
|
285 |
models_list = (
|
286 |
|
287 |
# UPDATE WITH NEW MODELS, ORDER MATTERS IN END USER UI
|