Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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,
|