Mohinikathro commited on
Commit
845cbef
·
verified ·
1 Parent(s): e8552c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
10
  hf_token = os.environ["HF_TOKEN"]
11
 
12
  # Load model and tokenizer from local files
13
- model_path = "Mohinikathro/T5" # Assuming all files are in the root directory
14
  tokenizer = AutoTokenizer.from_pretrained(model_path)
15
  model = AutoModelForSeq2SeqLM.from_pretrained(model_path)
16
 
 
10
  hf_token = os.environ["HF_TOKEN"]
11
 
12
  # Load model and tokenizer from local files
13
+ model_path = "AI-Mock-Interviewer/T5" # Assuming all files are in the root directory
14
  tokenizer = AutoTokenizer.from_pretrained(model_path)
15
  model = AutoModelForSeq2SeqLM.from_pretrained(model_path)
16