teowu commited on
Commit
188a68f
·
verified ·
1 Parent(s): e78499d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def highlight_thinking(msg: str) -> str:
99
  return msg
100
 
101
  @wrap_gen_fn
102
- @spaces.GPU(duration=180)
103
  def predict(
104
  text,
105
  images,
 
99
  return msg
100
 
101
  @wrap_gen_fn
102
+ @spaces.GPU(duration=30)
103
  def predict(
104
  text,
105
  images,