alibidaran commited on
Commit
243f470
·
verified ·
1 Parent(s): c31a403

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(r"./*.jpg")
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)