Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
3DAIGC/LAM
svjack
/
LAM
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
svjack
commited on
21 days ago
Commit
24dc522
·
verified
·
1 Parent(s):
af853f4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -526,7 +526,7 @@ def demo_lam(flametracking, lam, cfg):
526
)
527
528
demo.queue()
529
-
demo.launch()
530
531
532
def _build_model(cfg):
526
)
527
528
demo.queue()
529
+
demo.launch(
share = True
)
530
531
532
def _build_model(cfg):