LamiaYT commited on
Commit
629854c
·
1 Parent(s): 03ca047

Deploy GAIA agent

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "microsoft/DialoGPT-medium",
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
  ]