Update app.py
Browse files
app.py
CHANGED
@@ -207,10 +207,7 @@ css = """
|
|
207 |
"""
|
208 |
|
209 |
with gr.Blocks(css=css) as demo:
|
210 |
-
|
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 |
with gr.Tab("Модель", id='mdl'):
|
216 |
with gr.Row():
|
|
|
207 |
"""
|
208 |
|
209 |
with gr.Blocks(css=css) as demo:
|
210 |
+
|
|
|
|
|
|
|
211 |
with gr.Tabs() as tabs:
|
212 |
with gr.Tab("Модель", id='mdl'):
|
213 |
with gr.Row():
|