Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
EleniHenry/TechExplainNoLLM
EleniHenry
/
TechExplainLLMVersion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TheHickman
commited on
Mar 3
Commit
73e32b6
·
verified
·
1 Parent(s):
20018d7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -233,4 +233,4 @@ document.addEventListener("mouseup", () => {
233
outputs=output,
234
)
235
236
-
demo.launch()
233
outputs=output,
234
)
235
236
+
demo.launch(
allowed_paths=["."]
)