Spaces:
Running
on
L40S
Running
on
L40S
Update app.py
Browse files
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,
|