Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
81 |
"""
|
82 |
)
|
83 |
with gr.Tab('Up To Six'):
|
84 |
-
model_choice2 = gr.Dropdown(models, label = 'Choose a model from the
|
85 |
txt_input2 = gr.Textbox(label = 'Your prompt:')
|
86 |
|
87 |
max_images = 6
|
|
|
81 |
"""
|
82 |
)
|
83 |
with gr.Tab('Up To Six'):
|
84 |
+
model_choice2 = gr.Dropdown(models, label = 'Choose a model from the 690 available!', value = models[0], filterable = False)
|
85 |
txt_input2 = gr.Textbox(label = 'Your prompt:')
|
86 |
|
87 |
max_images = 6
|