ZennyKenny commited on
Commit
77356b7
·
verified ·
1 Parent(s): 7de0160

remove zero

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -12,7 +12,6 @@ model = MllamaForConditionalGeneration.from_pretrained(
12
  ).to("cuda")
13
  processor = AutoProcessor.from_pretrained(ocr)
14
 
15
- @spaces.GPU
16
  def extract_text(image):
17
  # Convert image to RGB
18
  image = Image.open(image).convert("RGB")
 
12
  ).to("cuda")
13
  processor = AutoProcessor.from_pretrained(ocr)
14
 
 
15
  def extract_text(image):
16
  # Convert image to RGB
17
  image = Image.open(image).convert("RGB")