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
Kev09
/
Modelcop1
like
0
Model card
Files
Files and versions
xet
Community
Copy to bucket
new
Kev09
commited on
Dec 4, 2023
Commit
6b0b994
·
1 Parent(s):
6ff630d
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+4
-0
app.py
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
import gradio as gr
2
+
#import git
3
+
import os
4
+
os.system("git clone https://huggingface.co/<your-username>/<your-model-name>;cd <your-model-name>")