Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(theme='Respair/[email protected]') as demo:
|
|
62 |
check = gr.Checkbox(label="Go")
|
63 |
with gr.Column(variant="panel", scale=2):
|
64 |
img = gr.Image(
|
65 |
-
"https://i.ibb.co/
|
66 |
label="Image",
|
67 |
).style(height=320)
|
68 |
with gr.Row():
|
|
|
62 |
check = gr.Checkbox(label="Go")
|
63 |
with gr.Column(variant="panel", scale=2):
|
64 |
img = gr.Image(
|
65 |
+
"https://i.ibb.co/ydPm3n8/download-12-0.webp",
|
66 |
label="Image",
|
67 |
).style(height=320)
|
68 |
with gr.Row():
|