Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,7 @@ def create_examples():
|
|
206 |
"What is the role of DNA in genetics?"
|
207 |
]
|
208 |
|
209 |
-
@spaces.GPU(
|
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,
|