bryandts commited on
Commit
8f2b3c8
1 Parent(s): 7c5a10d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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()