awacke1 commited on
Commit
ca0bd48
·
1 Parent(s): efe0364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ with open('Context.txt', 'r') as file:
7
  context = file.read()
8
 
9
  question = "What should be documented in a care plan?"
10
- HF_TOKEN = os.environ.get("HF_TOKEN")
11
  gr.Interface.load(
12
  "huggingface/deepset/roberta-base-squad2",
13
 
 
7
  context = file.read()
8
 
9
  question = "What should be documented in a care plan?"
10
+ HF_TOKEN = "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"
11
  gr.Interface.load(
12
  "huggingface/deepset/roberta-base-squad2",
13