tangzhy commited on
Commit
4ce23c6
1 Parent(s): 1104ece

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ model.config.sliding_window = 4096
35
  model.eval()
36
 
37
 
38
- @spaces.GPU(duration=360)
39
  def generate(
40
  message: str,
41
  chat_history: list[tuple[str, str]],
 
35
  model.eval()
36
 
37
 
38
+ @spaces.GPU(duration=240)
39
  def generate(
40
  message: str,
41
  chat_history: list[tuple[str, str]],