design ui 3
Browse files
app.py
CHANGED
@@ -220,7 +220,6 @@ with gr.Blocks(css=css, theme="NoCrypt/miku@1.2.1") as demo:
|
|
220 |
layers=False
|
221 |
)
|
222 |
with gr.Group():
|
223 |
-
with gr.Row():
|
224 |
url_image = gr.Textbox(label="Image URLS", value="")
|
225 |
with gr.Row():
|
226 |
ui_mode = gr.Radio(
|
|
|
220 |
layers=False
|
221 |
)
|
222 |
with gr.Group():
|
|
|
223 |
url_image = gr.Textbox(label="Image URLS", value="")
|
224 |
with gr.Row():
|
225 |
ui_mode = gr.Radio(
|