Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lagrangian
/
ashwinsart
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lagrangian
commited on
Jun 3, 2023
Commit
4054021
·
1 Parent(s):
0c57d18
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+7
-0
app.py
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
import gradio as gr
2
+
#load your preffered model
3
+
app = gr.Interface.load(
4
+
"lagrangian/artist")
5
+
6
+
#launch
7
+
app.launch()