tangzhy commited on
Commit
07e382a
·
verified ·
1 Parent(s): d7a4af6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ model.config.sliding_window = 4096
47
  model.eval()
48
 
49
 
50
- @spaces.GPU()
51
  def generate(
52
  message: str,
53
  chat_history: list[tuple[str, str]],
 
47
  model.eval()
48
 
49
 
50
+ @spaces.GPU(duration=120)
51
  def generate(
52
  message: str,
53
  chat_history: list[tuple[str, str]],