bibekyess commited on
Commit
563da67
·
1 Parent(s): ea66a8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def load_model():
53
  "MBZUAI/LaMini-Flan-T5-783M"
54
  )
55
  model = AutoModelForSeq2SeqLM.from_pretrained(
56
- "MBZUAI//LaMini-Flan-T5-783M"
57
  )
58
  return tokenizer, model
59
 
 
53
  "MBZUAI/LaMini-Flan-T5-783M"
54
  )
55
  model = AutoModelForSeq2SeqLM.from_pretrained(
56
+ "MBZUAI/LaMini-Flan-T5-783M"
57
  )
58
  return tokenizer, model
59