Yntec commited on
Commit
45de0e1
β€’
1 Parent(s): b76b545

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -54,7 +54,7 @@ with gr.Blocks() as demo:
54
  """
55
  )
56
  with gr.Tab('One Image'):
57
- model_choice = gr.Dropdown(models, label = 'Choose a model from the 752 available!', value = models[0], filterable = False)
58
  txt_input = gr.Textbox(label = 'Your prompt:')
59
 
60
  max_imagesone = 1
@@ -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 752 available!', value = models[0], filterable = False)
85
  txt_input2 = gr.Textbox(label = 'Your prompt:')
86
 
87
  max_images = 6
 
54
  """
55
  )
56
  with gr.Tab('One Image'):
57
+ model_choice = gr.Dropdown(models, label = 'Choose a model from the 757 available!', value = models[0], filterable = False)
58
  txt_input = gr.Textbox(label = 'Your prompt:')
59
 
60
  max_imagesone = 1
 
81
  """
82
  )
83
  with gr.Tab('Up To Six'):
84
+ model_choice2 = gr.Dropdown(models, label = 'Choose a model from the 757 available!', value = models[0], filterable = False)
85
  txt_input2 = gr.Textbox(label = 'Your prompt:')
86
 
87
  max_images = 6