sflindrs commited on
Commit
dc1dca9
·
verified ·
1 Parent(s): 5bfb146

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ model = AutoModelForCausalLM.from_pretrained(
21
  )
22
 
23
 
24
- @spaces.GPU(duration=120)
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(