Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks(theme='nevreal/blues') as demo:
|
|
63 |
check = gr.Checkbox(label="Go")
|
64 |
with gr.Column(variant="panel", scale=2):
|
65 |
img = gr.Image(
|
66 |
-
"https://
|
67 |
label="Image",
|
68 |
height=320,
|
69 |
)
|
|
|
63 |
check = gr.Checkbox(label="Go")
|
64 |
with gr.Column(variant="panel", scale=2):
|
65 |
img = gr.Image(
|
66 |
+
"https://huggingface.co/spaces/nevreal/blues/resolve/main/The_Diet_Syndrome_005.png",
|
67 |
label="Image",
|
68 |
height=320,
|
69 |
)
|