teowu commited on
Commit
cdf4f83
·
verified ·
1 Parent(s): 84e1d56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def get_prompt(conversation) -> str:
90
 
91
 
92
  @wrap_gen_fn
93
- @spaces.GPU()
94
  def predict(
95
  text,
96
  images,
 
90
 
91
 
92
  @wrap_gen_fn
93
+ @spaces.GPU(duration=180)
94
  def predict(
95
  text,
96
  images,