Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ziwaixian009
/
SG161222-Realistic_Vision_V1.4
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SG161222-Realistic_Vision_V1.4
/
app.py
ziwaixian009
initial commit
5031cf1
verified
26 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
112 Bytes
import
gradio
as
gr
gr.load(
"models/SG161222/Realistic_Vision_V1.4"
,
provider=
"hf-inference"
,
).launch()