vikhyatk commited on
Commit
def5662
·
verified ·
1 Parent(s): 7eed395

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ def convert_to_entities(text, coords):
139
  return {"text": cleaned_text, "entities": entities}
140
 
141
 
142
- @spaces.GPU(duration=10)
143
  def answer_question(img, prompt):
144
  if img is None:
145
  yield "", ""
 
139
  return {"text": cleaned_text, "entities": entities}
140
 
141
 
142
+ @spaces.GPU(duration=30)
143
  def answer_question(img, prompt):
144
  if img is None:
145
  yield "", ""