Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
|
|
100 |
</p>
|
101 |
"""
|
102 |
)
|
103 |
-
|
104 |
model_choiceseed = gr.Dropdown(models, label = f'Choose a model from the {len(models)} available! Try clearing the box and typing on it to filter them!', value = models[0], filterable = True)
|
105 |
txt_input = gr.Textbox(label = 'Your prompt:')
|
106 |
|
|
|
100 |
</p>
|
101 |
"""
|
102 |
)
|
103 |
+
with gr.Tab('Seed it!'):
|
104 |
model_choiceseed = gr.Dropdown(models, label = f'Choose a model from the {len(models)} available! Try clearing the box and typing on it to filter them!', value = models[0], filterable = True)
|
105 |
txt_input = gr.Textbox(label = 'Your prompt:')
|
106 |
|