Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ def init():
|
|
| 48 |
"agnews10k",
|
| 49 |
"amazon",
|
| 50 |
"sst2",
|
| 51 |
-
"yahoo",
|
| 52 |
# 'imdb'
|
| 53 |
]:
|
| 54 |
if "tad-{}".format(dataset) not in tad_classifiers:
|
|
|
|
| 48 |
"agnews10k",
|
| 49 |
"amazon",
|
| 50 |
"sst2",
|
| 51 |
+
# "yahoo",
|
| 52 |
# 'imdb'
|
| 53 |
]:
|
| 54 |
if "tad-{}".format(dataset) not in tad_classifiers:
|