Stable-X commited on
Commit
aeaef9f
·
verified ·
1 Parent(s): a5dab0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,4 +239,4 @@ if __name__ == "__main__":
239
  normal_predictor = torch.hub.load("hugoycj/StableNormal", "StableNormal_turbo", trust_repo=True, yoso_version='yoso-normal-v1-8-1')
240
 
241
  # Launch the app
242
- demo.launch()
 
239
  normal_predictor = torch.hub.load("hugoycj/StableNormal", "StableNormal_turbo", trust_repo=True, yoso_version='yoso-normal-v1-8-1')
240
 
241
  # Launch the app
242
+ demo.launch(share=True)