bryandts commited on
Commit
be12030
1 Parent(s): 6b35d2e

Update app.py

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