Spaces:
Running
on
Zero
Running
on
Zero
Daemontatox
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ def create_examples():
|
|
190 |
"What is the role of DNA in genetics?"
|
191 |
]
|
192 |
|
193 |
-
@spaces.GPU()
|
194 |
def chat_response(
|
195 |
message: str,
|
196 |
history: list,
|
|
|
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,
|