Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ def resize_image(image, output_size=(672, 384)):
|
|
124 |
return cropped_image
|
125 |
|
126 |
with gr.Blocks() as demo:
|
127 |
-
gr.Markdown('''# Community demo for Kandinsky 4.0 Flash''')
|
128 |
with gr.Row():
|
129 |
with gr.Column():
|
130 |
# image = gr.Image(label="Upload your image", type="pil")
|
|
|
124 |
return cropped_image
|
125 |
|
126 |
with gr.Blocks() as demo:
|
127 |
+
gr.Markdown('''# Community demo for Kandinsky 4.0 T2V Flash''')
|
128 |
with gr.Row():
|
129 |
with gr.Column():
|
130 |
# image = gr.Image(label="Upload your image", type="pil")
|