Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -316,7 +316,7 @@ with gr.Blocks(theme=theme, head=custom_head, css=custom_css, js=custom_js, titl
|
|
316 |
with gr.Row():
|
317 |
with gr.Column():
|
318 |
select_api = gr.Radio(choices=["API1", "API2"], label="API wählen", info="Die verschiedenen APIs hosten verschiedene Modelle."
|
319 |
-
, elem_classes="image-ratio-buttons",)
|
320 |
select_model = gr.Dropdown(label="Model", elem_id="select_model", elem_classes="select-model")
|
321 |
# with gr.Row():
|
322 |
image_width = gr.Number(
|
|
|
316 |
with gr.Row():
|
317 |
with gr.Column():
|
318 |
select_api = gr.Radio(choices=["API1", "API2"], label="API wählen", info="Die verschiedenen APIs hosten verschiedene Modelle."
|
319 |
+
, elem_classes="image-ratio-buttons select-api",)
|
320 |
select_model = gr.Dropdown(label="Model", elem_id="select_model", elem_classes="select-model")
|
321 |
# with gr.Row():
|
322 |
image_width = gr.Number(
|