Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ def create_examples():
|
|
284 |
"What is the role of DNA in genetics?"
|
285 |
]
|
286 |
|
287 |
-
@spaces.GPU()
|
288 |
def chat_response(
|
289 |
message: str,
|
290 |
history: list,
|
|
|
284 |
"What is the role of DNA in genetics?"
|
285 |
]
|
286 |
|
287 |
+
@spaces.GPU(duration=660)
|
288 |
def chat_response(
|
289 |
message: str,
|
290 |
history: list,
|