Spaces:
Running
Running
Update app.py
Browse filesmaking task names pretty
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 = ['
|
| 20 |
-
'
|
| 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. #####
|