bryandts commited on
Commit
09a1e37
1 Parent(s): be12030

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 { width: 128px; height: 128px; object-fit: contain; }"
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)