Rijgersberg commited on
Commit
746d62b
1 Parent(s): f4455f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ if torch.cuda.is_available():
19
  tokenizer = AutoTokenizer.from_pretrained(model_id)
20
 
21
 
22
- @spaces.GPU(duration=4*60)
23
  def generate(
24
  message: str,
25
  chat_history: list[tuple[str, str]],
 
19
  tokenizer = AutoTokenizer.from_pretrained(model_id)
20
 
21
 
22
+ @spaces.GPU(duration=3*60)
23
  def generate(
24
  message: str,
25
  chat_history: list[tuple[str, str]],