Spaces:
Runtime error
Runtime error
Deploy GAIA agent
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ class EnhancedModel:
|
|
60 |
def __init__(self):
|
61 |
self.device = "cuda" if torch.cuda.is_available() else "cpu"
|
62 |
models_to_try = [
|
63 |
-
"
|
64 |
"distilgpt2",
|
65 |
"gpt2"
|
66 |
]
|
|
|
60 |
def __init__(self):
|
61 |
self.device = "cuda" if torch.cuda.is_available() else "cpu"
|
62 |
models_to_try = [
|
63 |
+
"google/flan-t5-base",
|
64 |
"distilgpt2",
|
65 |
"gpt2"
|
66 |
]
|