Spaces:
Running
Running
Update app.py
Browse files
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('
|
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)
|