Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
|
4 |
-
pipe = pipeline("image-to-
|
5 |
-
model="
|
6 |
|
7 |
def launch(input):
|
8 |
out = pipe(input)
|
|
|
1 |
import gradio as gr
|
2 |
from transformers import pipeline
|
3 |
|
4 |
+
pipe = pipeline("image-to-image",
|
5 |
+
model="MultiMatrix/DiffBIR")
|
6 |
|
7 |
def launch(input):
|
8 |
out = pipe(input)
|