Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
21 |
)
|
22 |
|
23 |
|
24 |
-
@spaces.GPU(
|
25 |
def process_image_and_text(image, text):
|
26 |
# Process the image and text
|
27 |
inputs = processor.process(
|
|
|
21 |
)
|
22 |
|
23 |
|
24 |
+
@spaces.GPU()
|
25 |
def process_image_and_text(image, text):
|
26 |
# Process the image and text
|
27 |
inputs = processor.process(
|