Daemontatox commited on
Commit
aec5428
·
verified ·
1 Parent(s): 7eec9d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ def create_examples():
206
  "What is the role of DNA in genetics?"
207
  ]
208
 
209
- @spaces.GPU(duration=900)
210
  def chat_response(
211
  message: str,
212
  history: list,
 
206
  "What is the role of DNA in genetics?"
207
  ]
208
 
209
+ @spaces.GPU()
210
  def chat_response(
211
  message: str,
212
  history: list,