Spaces:
Paused
Paused
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"
|