Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -404,7 +404,7 @@ def create_ui():
|
|
404 |
return demo
|
405 |
|
406 |
# Main interface function
|
407 |
-
@spaces.GPU(duration=
|
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)
|