doevent commited on
Commit
8568223
·
verified ·
1 Parent(s): 26a1b4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)
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