Csplk commited on
Commit
04e1dd3
ยท
verified ยท
1 Parent(s): 9bab3a1

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
  Q_and_A = ""
 
18
  ).to(device=device)
19
  moondream.eval()
20
 
21
+ @spaces.GPU(120)
22
  def answer_questions(image_tuples, prompt_text):
23
  result = ""
24
  Q_and_A = ""