Rooni commited on
Commit
de0b40d
1 Parent(s): ceb570b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -212,6 +212,10 @@ with gr.Blocks(css=css) as demo:
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'):
217
 
 
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():
217
+ with gr.Column(scale=6):
218
+ model = gr.Radio(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Модель", choices=prodia_client.list_models())
219
 
220
  with gr.Tab("txt2img", id='t2i'):
221