abreza commited on
Commit
852cb39
·
1 Parent(s): f75061a
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ model_option = gr.Radio(options, value="dino16",
87
  label='Choose a backbone to upsample')
88
 
89
 
90
- @spaces.GPU
91
  def upsample_features(image, model_option):
92
  with torch.no_grad():
93
  subprocess.check_call(
 
87
  label='Choose a backbone to upsample')
88
 
89
 
90
+ @spaces.GPU(120)
91
  def upsample_features(image, model_option):
92
  with torch.no_grad():
93
  subprocess.check_call(