Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,8 +156,8 @@ css="""
|
|
156 |
|
157 |
|
158 |
with gr.Blocks(fill_width=True, head=js, css=css) as demo:
|
159 |
-
demo.load(start_event_loop)
|
160 |
with gr.Tab(str(num_models) + ' Models'):
|
|
|
161 |
with gr.Column(scale=2):
|
162 |
with gr.Group():
|
163 |
txt_input = gr.Textbox(label='Your prompt:', value=preSetPrompt, lines=3, autofocus=1)
|
|
|
156 |
|
157 |
|
158 |
with gr.Blocks(fill_width=True, head=js, css=css) as demo:
|
|
|
159 |
with gr.Tab(str(num_models) + ' Models'):
|
160 |
+
demo.load(start_event_loop)
|
161 |
with gr.Column(scale=2):
|
162 |
with gr.Group():
|
163 |
txt_input = gr.Textbox(label='Your prompt:', value=preSetPrompt, lines=3, autofocus=1)
|