tangzhy commited on
Commit
54becda
1 Parent(s): 4ce23c6

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=240)
39
  def generate(
40
  message: str,
41
  chat_history: list[tuple[str, str]],
 
35
  model.eval()
36
 
37
 
38
+ @spaces.GPU(duration=100)
39
  def generate(
40
  message: str,
41
  chat_history: list[tuple[str, str]],