ryanzhangfan commited on
Commit
eac4c24
1 Parent(s): cd3a2dd

Update app.py

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