VanguardAI commited on
Commit
dff714c
·
verified ·
1 Parent(s): e1310ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -404,7 +404,7 @@ def create_ui():
404
  return demo
405
 
406
  # Main interface function
407
- @spaces.GPU(duration=180)
408
  def main_interface(user_prompt, image=None, audio=None, voice_only=False, websearch=False, document=None):
409
  print("Starting main_interface function")
410
  vqa_model.to(device='cuda', dtype=torch.bfloat16)
 
404
  return demo
405
 
406
  # Main interface function
407
+ @spaces.GPU(duration=720)
408
  def main_interface(user_prompt, image=None, audio=None, voice_only=False, websearch=False, document=None):
409
  print("Starting main_interface function")
410
  vqa_model.to(device='cuda', dtype=torch.bfloat16)