Spaces:
Sleeping
Sleeping
10 secs for infer user intent
Browse files
app.py
CHANGED
|
@@ -233,7 +233,7 @@ def construct_modified_query_description(genes, intent):
|
|
| 233 |
|
| 234 |
|
| 235 |
|
| 236 |
-
@spaces.GPU(duration=
|
| 237 |
def infer_user_intent(query):
|
| 238 |
intent_labels = {
|
| 239 |
"ssm_frequency": 0.0,
|
|
|
|
| 233 |
|
| 234 |
|
| 235 |
|
| 236 |
+
@spaces.GPU(duration=10)
|
| 237 |
def infer_user_intent(query):
|
| 238 |
intent_labels = {
|
| 239 |
"ssm_frequency": 0.0,
|