Spaces:
Running
on
Zero
Running
on
Zero
NIRVANALAN
commited on
Commit
·
0a51705
1
Parent(s):
615f2be
update
Browse files
app.py
CHANGED
|
@@ -236,7 +236,7 @@ def main(args):
|
|
| 236 |
eval_data=None,
|
| 237 |
**args)
|
| 238 |
|
| 239 |
-
@spaces.GPU(duration=
|
| 240 |
def reconstruct_and_export(*args, **kwargs):
|
| 241 |
return training_loop_class.eval_i23d_and_export(*args, **kwargs)
|
| 242 |
|
|
|
|
| 236 |
eval_data=None,
|
| 237 |
**args)
|
| 238 |
|
| 239 |
+
@spaces.GPU(duration=15)
|
| 240 |
def reconstruct_and_export(*args, **kwargs):
|
| 241 |
return training_loop_class.eval_i23d_and_export(*args, **kwargs)
|
| 242 |
|