Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ model8 = RealESRGAN(device, scale=8)
|
|
13 |
model8.load_weights('weights/RealESRGAN_x8.pth', download=True)
|
14 |
|
15 |
|
16 |
-
@spaces.GPU(duration=
|
17 |
def inference(image, size):
|
18 |
global model2
|
19 |
global model4
|
|
|
13 |
model8.load_weights('weights/RealESRGAN_x8.pth', download=True)
|
14 |
|
15 |
|
16 |
+
@spaces.GPU(duration=14)
|
17 |
def inference(image, size):
|
18 |
global model2
|
19 |
global model4
|