Uthar commited on
Commit
5d14d8b
1 Parent(s): dc039c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ with gr.Blocks(fill_width=True, head=js) as demo:
164
  # with gr.Blocks(fill_width=True, css=CSS) as demo:
165
  # with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS, js=js_func) as demo:
166
  gr.HTML("")
167
- with gr.Tab('6 Models'):
168
  with gr.Column(scale=2):
169
  with gr.Group():
170
  txt_input = gr.Textbox(label='Your prompt:', value=preSetPrompt, lines=3, autofocus=1)
 
164
  # with gr.Blocks(fill_width=True, css=CSS) as demo:
165
  # with gr.Blocks(theme='JohnSmith9982/small_and_pretty', fill_width=True, css=CSS, js=js_func) as demo:
166
  gr.HTML("")
167
+ with gr.Tab(str(num_models) + ' Models'):
168
  with gr.Column(scale=2):
169
  with gr.Group():
170
  txt_input = gr.Textbox(label='Your prompt:', value=preSetPrompt, lines=3, autofocus=1)