vladbogo commited on
Commit
ead1c57
·
verified ·
1 Parent(s): 7a8b33f

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -12,6 +12,7 @@ def fact_check_function(text, model):
12
 
13
  def create_gradio_interface():
14
  iface = gr.Interface(
 
15
  allow_flagging=False,
16
  fn=fact_check_function,
17
  inputs=[
 
12
 
13
  def create_gradio_interface():
14
  iface = gr.Interface(
15
+ title="Filtir - Fact-Checking AI generated content",
16
  allow_flagging=False,
17
  fn=fact_check_function,
18
  inputs=[