svjack commited on
Commit
1c10b8c
·
verified ·
1 Parent(s): ab587e7

Update app-full.py

Browse files
Files changed (1) hide show
  1. app-full.py +1 -1
app-full.py CHANGED
@@ -148,4 +148,4 @@ with gr.Blocks(title="HiDream Image Generator Full") as demo:
148
  )
149
 
150
  if __name__ == "__main__":
151
- demo.launch()
 
148
  )
149
 
150
  if __name__ == "__main__":
151
+ demo.launch(share = True)