bryandts commited on
Commit
c229261
·
verified ·
1 Parent(s): 8f2b3c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,4 +81,4 @@ iface = gr.Interface(fn=generate_image,
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()
 
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(share=True, debug=True)