Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks(css=css) as demo:
|
|
210 |
with gr.Row():
|
211 |
with gr.Column(scale=6):
|
212 |
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Модель", choices=prodia_client.list_models())
|
213 |
-
|
214 |
with gr.Tabs() as tabs:
|
215 |
|
216 |
with gr.Tab("txt2img", id='t2i'):
|
|
|
210 |
with gr.Row():
|
211 |
with gr.Column(scale=6):
|
212 |
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Модель", choices=prodia_client.list_models())
|
213 |
+
|
214 |
with gr.Tabs() as tabs:
|
215 |
|
216 |
with gr.Tab("txt2img", id='t2i'):
|