Tristan Thrush commited on
Commit
81a18f0
1 Parent(s): 82b7df7
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from transformers import pipeline
10
  from huggingface_hub import Repository
11
  from dotenv import load_dotenv
12
  from pathlib import Path
 
13
 
14
  # These variables are for storing the mturk HITs in a Hugging Face dataset.
15
  if Path(".env").is_file():
 
10
  from huggingface_hub import Repository
11
  from dotenv import load_dotenv
12
  from pathlib import Path
13
+ import json
14
 
15
  # These variables are for storing the mturk HITs in a Hugging Face dataset.
16
  if Path(".env").is_file():