Spaces:
Running
on
Zero
Running
on
Zero
Borg93
commited on
Update submit.py
Browse files- app/tabs/submit.py +1 -1
app/tabs/submit.py
CHANGED
@@ -64,7 +64,7 @@ class PipelineWithProgress(Pipeline):
|
|
64 |
return collection
|
65 |
|
66 |
|
67 |
-
|
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.
|