Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
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
about 3 years ago
raw
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