Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
montagekoko/anything-v3.0
bunnycore
/
anything-v3.0
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b3c4d46
anything-v3.0
/
app.py
bunnycore
Duplicate from montagekoko/anything-v3.0
b3c4d46
over 2 years ago
raw
Copy download link
history
blame
Safe
227 Bytes
import
gradio
as
gr
description =
"""<div>
<img src="https://i.imgur.com/FEA7N1p.png">
</div>
"""
gr.Interface.load(
"models/Linaqruf/anything-v3.0"
, description=description).launch()