eiji commited on
Commit
3a002cf
·
1 Parent(s): c8db08b

share=true

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -569,4 +569,4 @@ with gr.Blocks(title="🎨 SAWNA: Space-Aware Text-to-Image Generation", theme=g
569
 
570
 
571
  if __name__ == "__main__":
572
- demo.launch()
 
569
 
570
 
571
  if __name__ == "__main__":
572
+ demo.launch(share=True)