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

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(duration=10)
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