Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Kev09
/
Modelcop1
like
0
Model card
Files
Files and versions
Community
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>")