Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
MetricMogul
/
Asset2Scene
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
MetricMogul
commited on
Apr 6
Commit
1a3121f
·
verified
·
1 Parent(s):
f0388e8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -252,4 +252,4 @@ with gr.Blocks(css=CSS, title="Depthpaint Studio") as demo:
252
)
253
254
if __name__ == "__main__":
255
-
demo.launch()
252
)
253
254
if __name__ == "__main__":
255
+
demo.launch(
allowed_paths=[str(DATA_DIR
)
])