Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|