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

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=3600)
54
  def chat_llama3_8b(message: str,
55
  history: list,
56
  temperature: float,
 
50
  tokenizer.eos_token_id,
51
  ]
52
 
53
+ @spaces.GPU(duration=720)
54
  def chat_llama3_8b(message: str,
55
  history: list,
56
  temperature: float,