Csplk commited on
Commit
27f8b5a
ยท
verified ยท
1 Parent(s): 26d275e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ moondream = AutoModelForCausalLM.from_pretrained(
22
 
23
  moondream.eval()
24
 
25
- @spaces.GPU(120)
26
  def answer_questions(image_tuples, prompt_text):
27
  result = ""
28
  Q_and_A = ""
 
22
 
23
  moondream.eval()
24
 
25
+ @spaces.GPU(durtion="150")
26
  def answer_questions(image_tuples, prompt_text):
27
  result = ""
28
  Q_and_A = ""