Update app.py
Browse fileslabel="Image"
).style(height=320) -> label="Image", height=320
app.py
CHANGED
@@ -64,8 +64,7 @@ with gr.Blocks(theme='ParityError/Anime') as demo:
|
|
64 |
check = gr.Checkbox(label="Go")
|
65 |
with gr.Column(variant="panel", scale=2):
|
66 |
img = gr.Image(
|
67 |
-
"https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpg", label="Image"
|
68 |
-
).style(height=320)
|
69 |
with gr.Row():
|
70 |
go_btn = gr.Button("Go", label="Primary Button", variant="primary")
|
71 |
clear_btn = gr.Button(
|
|
|
64 |
check = gr.Checkbox(label="Go")
|
65 |
with gr.Column(variant="panel", scale=2):
|
66 |
img = gr.Image(
|
67 |
+
"https://gradio-static-files.s3.us-west-2.amazonaws.com/header-image.jpg", label="Image", height=320)
|
|
|
68 |
with gr.Row():
|
69 |
go_btn = gr.Button("Go", label="Primary Button", variant="primary")
|
70 |
clear_btn = gr.Button(
|