Hugging Face
Models
Datasets
Spaces
Community
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...
05aad73
picscore
/
picscore.py
TenPoisk
Update picscore.py
05aad73
almost 2 years ago
raw
Copy download link
history
blame
Safe
215 Bytes
import
gradio
as
gr
import
tkinter
description =
"""<div>
PICSCORE BETA-1
</div>
"""
gr.Interface.load(
"runwayml/stable-diffusion-v1-5"
, description=description).launch()