Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,12 +212,13 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 212 |
"ai.png",
|
| 213 |
),
|
| 214 |
)
|
| 215 |
-
|
| 216 |
-
|
| 217 |
-
|
| 218 |
-
|
| 219 |
-
|
| 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"):
|