Rooni commited on
Commit
3da2097
·
1 Parent(s): c97b62b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -199,10 +199,7 @@ css = """
199
  """
200
 
201
  with gr.Blocks(css=css) as demo:
202
- with gr.Row():
203
- with gr.Accordion(label="Модель", open=False):
204
- model = gr.Radio(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=False, choices=prodia_client.list_models())
205
-
206
  with gr.Tabs() as tabs:
207
  with gr.Row():
208
  with gr.Column(scale=3):
 
199
  """
200
 
201
  with gr.Blocks(css=css) as demo:
202
+
 
 
 
203
  with gr.Tabs() as tabs:
204
  with gr.Row():
205
  with gr.Column(scale=3):