Daemontatox commited on
Commit
18367e7
·
verified ·
1 Parent(s): bfe0d51

Update app.py

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