Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
akhaliq
/
anything-v3.0
like
154
Runtime error
App
Files
Files
Community
38
ea0bd70
anything-v3.0
/
app.py
akhaliq
HF staff
Update app.py
ea0bd70
almost 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()