Yntec commited on
Commit
70c8875
β€’
1 Parent(s): a47abbb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 688 available!', value = models[0], filterable = False)
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