Mountchicken commited on
Commit
459f575
·
verified ·
1 Parent(s): 961c93e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -355,7 +355,7 @@ def get_task_prompt(
355
  else:
356
  return task_config.prompt_template.replace("{categories}", "objects")
357
 
358
-
359
  def run_inference(
360
  image,
361
  task_selection,
 
355
  else:
356
  return task_config.prompt_template.replace("{categories}", "objects")
357
 
358
+ @spaces.GPU
359
  def run_inference(
360
  image,
361
  task_selection,