sasha HF Staff commited on
Commit
258b7de
·
verified ·
1 Parent(s): 7725f99

Update app.py

Browse files

making task names pretty

Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -16,9 +16,8 @@ REQUESTS_DATASET_PATH = f"{OWNER}/requests_debug"
16
  TOKEN = os.environ.get("DEBUG")
17
  API = HfApi(token=TOKEN)
18
 
19
- tasks = ['asr.csv', 'object_detection.csv', 'text_classification.csv', 'image_captioning.csv',
20
- 'question_answering.csv', 'text_generation.csv', 'image_classification.csv',
21
- 'sentence_similarity.csv', 'image_generation.csv', 'summarization.csv']
22
 
23
 
24
  ##### Data classes need for the leaderboard Submit Model menu. #####
 
16
  TOKEN = os.environ.get("DEBUG")
17
  API = HfApi(token=TOKEN)
18
 
19
+ tasks = ['ASR', 'Object Detection', 'Text Classification', 'Image Captioning', 'Question Answering', 'Text Generation', 'Image Classification',
20
+ 'Sentence Similarity', 'Image Generation', 'Summarization']
 
21
 
22
 
23
  ##### Data classes need for the leaderboard Submit Model menu. #####