WICKED4950 commited on
Commit
ecc2e9a
·
verified ·
1 Parent(s): 3103143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ tokenizer = AutoTokenizer.from_pretrained(model_name)
11
  with strategy.scope():
12
  model = TFBlenderbotForConditionalGeneration.from_pretrained(model_name)
13
 
14
- with open(path, "r") as file:
15
  data = json.load(file)
16
 
17
  print(data)
 
11
  with strategy.scope():
12
  model = TFBlenderbotForConditionalGeneration.from_pretrained(model_name)
13
 
14
+ with open("question_answer.json", "r") as file:
15
  data = json.load(file)
16
 
17
  print(data)