Spaces:
Runtime error
Runtime error
kasand
commited on
Commit
•
165e348
1
Parent(s):
8fe9301
test out
Browse files- workflows/ag_news.yml +3 -3
workflows/ag_news.yml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
app:
|
2 |
-
data:
|
3 |
-
query:
|
4 |
embeddings:
|
5 |
path: sentence-transformers/nli-mpnet-base-v2
|
6 |
tabular:
|
@@ -17,7 +17,7 @@ workflow:
|
|
17 |
params:
|
18 |
tags: null
|
19 |
task: service
|
20 |
-
url: https://newsapi.org/v2/
|
21 |
action: tabular
|
22 |
action: index
|
23 |
writable: true
|
|
|
1 |
app:
|
2 |
+
data: Ukraine
|
3 |
+
query: Ukraine
|
4 |
embeddings:
|
5 |
path: sentence-transformers/nli-mpnet-base-v2
|
6 |
tabular:
|
|
|
17 |
params:
|
18 |
tags: null
|
19 |
task: service
|
20 |
+
url: https://newsapi.org/v2/top-headlines?country=us&apiKey=8cb696ca25864a5a9cabab46077e1a00
|
21 |
action: tabular
|
22 |
action: index
|
23 |
writable: true
|