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:
chatgroup
/
chat
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
main
chat
/
app.py
johnsugg
Add application file
eee918e
over 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
139 Bytes
from
git
import
Repo
import
os
add = os.getenv(
"rep_url"
)
Repo.clone_from(add,
"./repo_directory"
)
import
repo_directory.private_app