alfredplpl commited on
Commit
80d51a5
1 Parent(s): c353904

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ terminators = [
52
  tokenizer.convert_tokens_to_ids("<|eot_id|>")
53
  ]
54
 
55
- @spaces.GPU(duration=120)
56
  def chat_llama3_8b(message: str,
57
  history: list,
58
  temperature: float,
 
52
  tokenizer.convert_tokens_to_ids("<|eot_id|>")
53
  ]
54
 
55
+ @spaces.GPU()
56
  def chat_llama3_8b(message: str,
57
  history: list,
58
  temperature: float,