Rooni commited on
Commit
44bb533
1 Parent(s): de0b40d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -207,10 +207,7 @@ css = """
207
  """
208
 
209
  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
  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():