Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Kaori1707/Pear-playground
AISeedCorp
/
Pear-playground
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kaori1707
commited on
Dec 9, 2024
Commit
5cd1d23
·
verified
·
1 Parent(s):
fc920e7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -85,4 +85,4 @@ with gr.Blocks(css=css) as demo:
85
86
if __name__ == "__main__":
87
88
-
demo.launch(allowed_paths="./examples")
85
86
if __name__ == "__main__":
87
88
+
demo.launch(allowed_paths=
[
"./examples"
]
)