KantaHayashiAI commited on
Commit
6308af3
·
verified ·
1 Parent(s): 6c5de50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ model = AutoModelForCausalLM.from_pretrained(
29
  ).eval().to(device)
30
 
31
 
32
- @spaces.GPU(duration=90)
33
  def generate(
34
  message: str,
35
  chat_history: list[dict],
 
29
  ).eval().to(device)
30
 
31
 
32
+ @spaces.GPU(duration=60)
33
  def generate(
34
  message: str,
35
  chat_history: list[dict],