Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -166,7 +166,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
166 |
run_button = gr.Button("Run", scale=0)
|
167 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
168 |
|
169 |
-
with gr.Row(
|
170 |
model_choice = gr.Dropdown(
|
171 |
label="Model Selection🔻",
|
172 |
choices=list(MODEL_OPTIONS.keys()),
|
|
|
166 |
run_button = gr.Button("Run", scale=0)
|
167 |
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
168 |
|
169 |
+
with gr.Row():
|
170 |
model_choice = gr.Dropdown(
|
171 |
label="Model Selection🔻",
|
172 |
choices=list(MODEL_OPTIONS.keys()),
|