Csplk commited on
Commit
de50a7e
β€’
1 Parent(s): 9e7d182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ moondream = AutoModelForCausalLM.from_pretrained(
18
  ).to(device=device)
19
  moondream.eval()
20
 
21
- +@spaces.GPU
22
  def answer_questions(image_tuples, prompt_text):
23
  result = ""
24
 
 
18
  ).to(device=device)
19
  moondream.eval()
20
 
21
+ @spaces.GPU
22
  def answer_questions(image_tuples, prompt_text):
23
  result = ""
24