Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,6 @@ def load_llama_model():
|
|
| 19 |
|
| 20 |
return model, processor
|
| 21 |
|
| 22 |
-
@spaces.GPU
|
| 23 |
# Function to generate predictions for text and image
|
| 24 |
@spaces.GPU
|
| 25 |
def process_input(text, image=None):
|
|
|
|
| 19 |
|
| 20 |
return model, processor
|
| 21 |
|
|
|
|
| 22 |
# Function to generate predictions for text and image
|
| 23 |
@spaces.GPU
|
| 24 |
def process_input(text, image=None):
|