Spaces:
Runtime error
Runtime error
Upload factchecking_front.py
Browse files- factchecking_front.py +2 -2
factchecking_front.py
CHANGED
@@ -99,8 +99,8 @@ if __name__ == "__main__":
|
|
99 |
info="Choose the fact-checking mode. The \"Turbo\" mode is faster and cheaper. The \"Pro\" mode is more accurate but more expensive.",
|
100 |
choices=["Pro", "Turbo"],
|
101 |
type="value",
|
102 |
-
|
103 |
-
show_label=
|
104 |
interactive=True,
|
105 |
)
|
106 |
|
|
|
99 |
info="Choose the fact-checking mode. The \"Turbo\" mode is faster and cheaper. The \"Pro\" mode is more accurate but more expensive.",
|
100 |
choices=["Pro", "Turbo"],
|
101 |
type="value",
|
102 |
+
value="Pro",
|
103 |
+
show_label=True,
|
104 |
interactive=True,
|
105 |
)
|
106 |
|