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