sabssag commited on
Commit
c5b2a7c
1 Parent(s): 94b7208

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
5
 
6
 
7
  # Load the fine-tuned model and tokenizer
8
- model_repo_path = 'sabssag/Code-T5'
9
  model = AutoModelForSeq2SeqLM.from_pretrained(model_repo_path)
10
  tokenizer = AutoTokenizer.from_pretrained(model_repo_path)
11
 
 
5
 
6
 
7
  # Load the fine-tuned model and tokenizer
8
+ model_repo_path = 'sabssag/Latex_to_Python_T5-small'
9
  model = AutoModelForSeq2SeqLM.from_pretrained(model_repo_path)
10
  tokenizer = AutoTokenizer.from_pretrained(model_repo_path)
11