SurajSingh commited on
Commit
8896e37
·
verified ·
1 Parent(s): 0906125

Update app.py

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'../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