Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MultiMatrix
/
DiffBIR
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0d90f3f
DiffBIR
/
app.py
MultiMatrix
Update app.py
7fed5e7
verified
6 months ago
raw
Copy download link
history
blame
Safe
132 Bytes
import
gradio
as
gr
from
transformers
import
pipeline
pipe = pipeline(
"image-to-image"
,
model=
"MultiMatrix/DiffBIR"