Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,8 +76,8 @@ iface = gr.Interface(fn=generate_image,
|
|
76 |
inputs=gr.Textbox(lines=2, placeholder="Enter Caption Here..."),
|
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)
|
|
|
76 |
inputs=gr.Textbox(lines=2, placeholder="Enter Caption Here..."),
|
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)
|