Daemontatox commited on
Commit
0081617
·
verified ·
1 Parent(s): c03f74a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ def create_examples():
188
  "What is the role of DNA in genetics?"
189
  ]
190
 
191
- @spaces.GPU(660)
192
  def chat_response(
193
  message: str,
194
  history: list,
 
188
  "What is the role of DNA in genetics?"
189
  ]
190
 
191
+ @spaces.GPU(duration=660)
192
  def chat_response(
193
  message: str,
194
  history: list,