Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
asaderu
/
anime
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
40c20ef
anime
/
app.py
asaderu
Update app.py
40c20ef
about 2 years ago
raw
Copy download link
history
blame
Safe
93 Bytes
import
gradio
as
gr
demo = gr.Interface.load(
"models/Linaqruf/anything-v3.0"
)
demo.launch()