Spaces:
Paused
Paused
gokaygokay
commited on
Commit
•
f8ce661
1
Parent(s):
baaa2b9
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ from RealESRGAN import RealESRGAN
|
|
9 |
import cv2
|
10 |
import numpy as np
|
11 |
from diffusers.models.attention_processor import AttnProcessor2_0
|
|
|
12 |
|
13 |
# Constants
|
14 |
SD15_WEIGHTS = "weights"
|
|
|
9 |
import cv2
|
10 |
import numpy as np
|
11 |
from diffusers.models.attention_processor import AttnProcessor2_0
|
12 |
+
import gradio as gr
|
13 |
|
14 |
# Constants
|
15 |
SD15_WEIGHTS = "weights"
|