Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
CofAI
/
picscore
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
5e3bc23
picscore
/
picscore.py
TenPoisk
Update picscore.py
218098c
almost 2 years ago
raw
Copy download link
history
blame
Safe
Wrap lines
248 Bytes
import
gradio
as
gr
description =
"""<div>
<img src="https://photos.app.goo.gl/pJvqJKLG8Ca1HGMQ7">
</div>
"""
gr.Interface.load(
"models/stabilityai/stable-diffusion-2"
, description=description).launch()