multimodalart HF staff commited on
Commit
0b00f1f
1 Parent(s): bfef560

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ def run_captioning(images, concept_sentence, *captions):
129
  del processor
130
 
131
  if is_spaces:
132
- load_captioning = spaces.GPU()(run_captioning)
133
 
134
  def start_training(
135
  profile: Union[gr.OAuthProfile, None],
 
129
  del processor
130
 
131
  if is_spaces:
132
+ run_captioning = spaces.GPU()(run_captioning)
133
 
134
  def start_training(
135
  profile: Union[gr.OAuthProfile, None],