Borg93 commited on
Commit
c48501f
·
unverified ·
1 Parent(s): dbb4f67

Update submit.py

Browse files
Files changed (1) hide show
  1. app/tabs/submit.py +1 -1
app/tabs/submit.py CHANGED
@@ -64,7 +64,7 @@ class PipelineWithProgress(Pipeline):
64
  return collection
65
 
66
 
67
- # @spaces.GPU
68
  def run_htrflow(custom_template_yaml, batch_image_gallery, progress=gr.Progress()):
69
  """
70
  Executes the HTRflow pipeline based on the provided YAML configuration and batch images.
 
64
  return collection
65
 
66
 
67
+ @spaces.GPU
68
  def run_htrflow(custom_template_yaml, batch_image_gallery, progress=gr.Progress()):
69
  """
70
  Executes the HTRflow pipeline based on the provided YAML configuration and batch images.