Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -42,7 +42,7 @@ def gen_fn(model_str, prompt):
|
|
| 42 |
|
| 43 |
|
| 44 |
|
| 45 |
-
with gr.Blocks(theme="Nymbo/
|
| 46 |
with gr.Tab('Multiple models'):
|
| 47 |
with gr.Accordion('Model selection'):
|
| 48 |
model_choice = gr.Dropdown(models, label = f'Choose up to {num_models} different models', value = default_models, multiselect = True, max_choices = num_models, interactive = True, filterable = False)
|
|
|
|
| 42 |
|
| 43 |
|
| 44 |
|
| 45 |
+
with gr.Blocks(theme="Nymbo/Nymbo_Theme") as demo:
|
| 46 |
with gr.Tab('Multiple models'):
|
| 47 |
with gr.Accordion('Model selection'):
|
| 48 |
model_choice = gr.Dropdown(models, label = f'Choose up to {num_models} different models', value = default_models, multiselect = True, max_choices = num_models, interactive = True, filterable = False)
|