Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def generate_image(caption):
|
|
78 |
iface = gr.Interface(fn=generate_image,
|
79 |
inputs=gr.Textbox(lines=2, placeholder="Enter Caption Here..."),
|
80 |
outputs=gr.Image(type="numpy"),
|
81 |
-
title="Text-to-Image Generation",
|
82 |
-
description="Enter a caption to generate an image
|
83 |
|
84 |
iface.launch()
|
|
|
78 |
iface = gr.Interface(fn=generate_image,
|
79 |
inputs=gr.Textbox(lines=2, placeholder="Enter Caption Here..."),
|
80 |
outputs=gr.Image(type="numpy"),
|
81 |
+
title="CUHK Shenzhen Building Text-to-Image Generation",
|
82 |
+
description="Enter a caption of some specific building in CUHK-Shenzhen to generate an image..")
|
83 |
|
84 |
iface.launch()
|