Ubik80 commited on
Commit
a65cd9e
·
1 Parent(s): d50305e

added new model from aws1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ interface = gr.Interface(
17
  inputs="text",
18
  outputs="text",
19
  title="🕵️ Fake News Detective",
20
- description="Paste a news article or statement and get a credibility analysis."
21
  )
22
 
23
  # Avvio dell'app
 
17
  inputs="text",
18
  outputs="text",
19
  title="🕵️ Fake News Detective",
20
+ description="Paste a news article or statement and get a credibility analysis"
21
  )
22
 
23
  # Avvio dell'app