Daemontatox commited on
Commit
171c713
·
verified ·
1 Parent(s): 48169dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ def format_response(text):
154
  .replace("[Conclude]", '\n<strong class="special-tag">[Conclude]</strong>\n') \
155
  .replace("[Reason]", '\n<strong class="special-tag">[Reason]</strong>\n') \
156
  .replace("[Verify]", '\n<strong class="special-tag">[Verify]</strong>\n')
157
- @spaces.GPU()
158
  def generate_response(message, chat_history, system_prompt, temperature, max_tokens):
159
  # Create conversation history for model
160
  conversation = [{"role": "system", "content": system_prompt}]
 
154
  .replace("[Conclude]", '\n<strong class="special-tag">[Conclude]</strong>\n') \
155
  .replace("[Reason]", '\n<strong class="special-tag">[Reason]</strong>\n') \
156
  .replace("[Verify]", '\n<strong class="special-tag">[Verify]</strong>\n')
157
+ @spaces.GPU(duration=360)
158
  def generate_response(message, chat_history, system_prompt, temperature, max_tokens):
159
  # Create conversation history for model
160
  conversation = [{"role": "system", "content": system_prompt}]