Spaces:
Runtime error
Runtime error
Upload factchecking_front.py
Browse files- factchecking_front.py +1 -1
factchecking_front.py
CHANGED
@@ -8,7 +8,7 @@ client = Client("Iker/FactChecking-Backend")
|
|
8 |
|
9 |
def fact_checking(article_topic: str, config="pro"):
|
10 |
result = client.predict(
|
11 |
-
article_topic=article_topic, config=config, api_name="/
|
12 |
)
|
13 |
|
14 |
return result
|
|
|
8 |
|
9 |
def fact_checking(article_topic: str, config="pro"):
|
10 |
result = client.predict(
|
11 |
+
article_topic=article_topic, config=config, api_name="/fact_checking"
|
12 |
)
|
13 |
|
14 |
return result
|