Spaces:
dylanebert
/
Running on Zero

magistrkoljan commited on
Commit
acd3308
·
verified ·
1 Parent(s): c4db891

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def capture_logs(func, *args, **kwargs):
53
  return result, log_capture_string.getvalue()
54
 
55
 
56
- @spaces.GPU(duration=300)
57
  # Training Pipeline
58
  def run_training_pipeline(scene_dir,
59
  num_ref_views=16,
 
53
  return result, log_capture_string.getvalue()
54
 
55
 
56
+ @spaces.GPU(duration=256)
57
  # Training Pipeline
58
  def run_training_pipeline(scene_dir,
59
  num_ref_views=16,