Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ from resizeimage import resizeimage
|
|
13 |
import numpy as np
|
14 |
import pdb
|
15 |
import onnx
|
|
|
16 |
|
17 |
class SuperResolutionNet(nn.Module):
|
18 |
def __init__(self, upscale_factor, inplace=False):
|
|
|
13 |
import numpy as np
|
14 |
import pdb
|
15 |
import onnx
|
16 |
+
import gradio as gr
|
17 |
|
18 |
class SuperResolutionNet(nn.Module):
|
19 |
def __init__(self, upscale_factor, inplace=False):
|