Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ iface = gr.Interface(fn=generate_image,
|
|
77 |
outputs=gr.Image(type="numpy"),
|
78 |
title="CUHK Shenzhen Building Text-to-Image Generation",
|
79 |
description="Enter a caption of some specific building in CUHK-Shenzhen to generate an image..",
|
80 |
-
css=".output-image {
|
81 |
)
|
82 |
|
83 |
iface.launch(debug=True)
|
|
|
77 |
outputs=gr.Image(type="numpy"),
|
78 |
title="CUHK Shenzhen Building Text-to-Image Generation",
|
79 |
description="Enter a caption of some specific building in CUHK-Shenzhen to generate an image..",
|
80 |
+
css=".output-image, .image-preview {height: 128px !important}"
|
81 |
)
|
82 |
|
83 |
iface.launch(debug=True)
|