Daemontatox commited on
Commit
585beb5
·
verified ·
1 Parent(s): 9b2a97c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def create_examples():
133
  "What is the role of DNA in genetics?"
134
  ]
135
 
136
- @spaces.GPU
137
  def chat_response(
138
  message: str,
139
  history: list,
 
133
  "What is the role of DNA in genetics?"
134
  ]
135
 
136
+ @spaces.GPU(duration=120)
137
  def chat_response(
138
  message: str,
139
  history: list,