FOLZi commited on
Commit
2b264e3
·
verified ·
1 Parent(s): a935756

updated duration to 30

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ sft_start_token = "<|im_start|>"
68
  sft_end_token = "<|im_end|>"
69
  ct_end_token = "<|endoftext|>"
70
 
71
- @spaces.GPU()
72
  def generate(message, history):
73
  history = [] # Disabled history.
74
  history_transformer_format = history + [[message, ""]]
 
68
  sft_end_token = "<|im_end|>"
69
  ct_end_token = "<|endoftext|>"
70
 
71
+ @spaces.GPU(duration=30)
72
  def generate(message, history):
73
  history = [] # Disabled history.
74
  history_transformer_format = history + [[message, ""]]