Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ moondream = AutoModelForCausalLM.from_pretrained(
|
|
22 |
|
23 |
moondream.eval()
|
24 |
|
25 |
-
@spaces.GPU(
|
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 = ""
|