SurajSingh commited on
Commit
31984cc
·
2 Parent(s): 1fcd3cd 7ff0990

app.py modified

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def generate_text(sequence, max_new_tokens):
30
 
31
 
32
 
33
- model_path = r'C:\Users\Suraj Singh\aiml_gr16\checkpoint'
34
  model = load_model(model_path)
35
  tokenizer = load_tokenizer(model_path)
36
 
 
30
 
31
 
32
 
33
+ model_path = r'../checkpoint/'
34
  model = load_model(model_path)
35
  tokenizer = load_tokenizer(model_path)
36