Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 =
|
| 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 |
|