Yntec commited on
Commit
8421023
1 Parent(s): a089483

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,7 +100,7 @@ with gr.Blocks() as demo:
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
 
 
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