test
Browse files
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(
|