Spaces:
Runtime error
Runtime error
taskswithcode
commited on
Commit
•
f050e78
1
Parent(s):
0242b2e
Update app.py
Browse files
app.py
CHANGED
@@ -134,8 +134,8 @@ model_names = [
|
|
134 |
|
135 |
|
136 |
example_file_names = {
|
137 |
-
"Machine learning terms (30+ phrases)": "
|
138 |
-
"Customer feedback mixed with noise (50+ sentences)":"
|
139 |
}
|
140 |
|
141 |
|
|
|
134 |
|
135 |
|
136 |
example_file_names = {
|
137 |
+
"Machine learning terms (30+ phrases)": "small_test.txt",
|
138 |
+
"Customer feedback mixed with noise (50+ sentences)":"larger_test.txt"
|
139 |
}
|
140 |
|
141 |
|