miracFence commited on
Commit
2ec390b
·
verified ·
1 Parent(s): 45b9fb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ model = AutoModelForCausalLM.from_pretrained(model_name,
27
  model.eval()
28
  max_token_length = 4096
29
 
30
- @spaces.GPU(duration=180)
31
  def generate(
32
  message: str,
33
  chat_history: list[tuple[str, str]],
 
27
  model.eval()
28
  max_token_length = 4096
29
 
30
+ @spaces.GPU(duration=15)
31
  def generate(
32
  message: str,
33
  chat_history: list[tuple[str, str]],