wambugu71 commited on
Commit
47cc741
·
verified ·
1 Parent(s): b8131b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ terminators = [
50
  tokenizer.eos_token_id,
51
  ]
52
 
53
- @spaces.GPU(duration=120)
54
  def chat_llama3_8b(message: str,
55
  history: list,
56
  temperature: float,
 
50
  tokenizer.eos_token_id,
51
  ]
52
 
53
+ @spaces.GPU(duration=3600)
54
  def chat_llama3_8b(message: str,
55
  history: list,
56
  temperature: float,