Iker commited on
Commit
afe5826
·
verified ·
1 Parent(s): 2e94ecb

Upload factchecking_front.py

Browse files
Files changed (1) hide show
  1. 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
- default="Pro",
103
- show_label=False,
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