Nymbo commited on
Commit
0db1143
1 Parent(s): 53d23fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def gen_fn(model_str, prompt):
42
 
43
 
44
 
45
- with gr.Blocks(theme="Nymbo/Alyx_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)
 
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)