yichenchenchen commited on
Commit
7db5491
·
verified ·
1 Parent(s): 1e6ce87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
app.py CHANGED
@@ -212,12 +212,13 @@ with gr.Blocks(css=CSS) as demo:
212
  "ai.png",
213
  ),
214
  )
215
- mode_selector = gr.Radio(
216
- choices=["Understand Image", "Edit Image", "Generate Image"],
217
- value="Understand Image",
218
- label="Mode",
219
- interactive=True,
220
- )
 
221
 
222
  with gr.Row(elem_classes="input-row"):
223
  with gr.Column(elem_classes="textbox-col"):
 
212
  "ai.png",
213
  ),
214
  )
215
+ with gr.Row():
216
+ mode_selector = gr.Radio(
217
+ choices=["Understand Image", "Edit Image", "Generate Image"],
218
+ value="Understand Image",
219
+ label="Mode",
220
+ interactive=True,
221
+ )
222
 
223
  with gr.Row(elem_classes="input-row"):
224
  with gr.Column(elem_classes="textbox-col"):