Spaces:
BAAI
/
Running on L40S

ryanzhangfan commited on
Commit
cd3a2dd
1 Parent(s): 57afb6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -135,6 +135,7 @@ def generate_image(prompt):
135
  return None
136
  """
137
 
 
138
  def vision_language_understanding(image, text):
139
  inputs = processor(
140
  text=text,
 
135
  return None
136
  """
137
 
138
+ @spaces.GPU(duration=120)
139
  def vision_language_understanding(image, text):
140
  inputs = processor(
141
  text=text,