Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ from transformers import AutoProcessor, AutoModelForCausalLM
|
|
| 11 |
import tempfile # Add this import at the top
|
| 12 |
import spaces
|
| 13 |
MODEL_ID = "google/gemma-4-31B-it"
|
| 14 |
-
image_paths = glob.glob(
|
| 15 |
|
| 16 |
# Load model
|
| 17 |
processor = AutoProcessor.from_pretrained(MODEL_ID)
|
|
|
|
| 11 |
import tempfile # Add this import at the top
|
| 12 |
import spaces
|
| 13 |
MODEL_ID = "google/gemma-4-31B-it"
|
| 14 |
+
image_paths = glob.glob("*.jpg")
|
| 15 |
|
| 16 |
# Load model
|
| 17 |
processor = AutoProcessor.from_pretrained(MODEL_ID)
|