Rooni commited on
Commit
b48f496
1 Parent(s): 29d3fd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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'):