Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -135,7 +135,7 @@ def generate_image(prompt):
|
|
| 135 |
return None
|
| 136 |
"""
|
| 137 |
|
| 138 |
-
@spaces.GPU
|
| 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,
|