User1342 commited on
Commit
48a493e
1 Parent(s): 59b957e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def check_string(string_to_predict):
13
  else:
14
  return "The message has been identified as not containing violent far-right extremist content."
15
  except FileNotFoundError as e:
16
- return "The message was not feature rich enough to identify, try something else. {}".format(e)
17
 
18
  demo = gr.Interface(
19
  fn=check_string,
13
  else:
14
  return "The message has been identified as not containing violent far-right extremist content."
15
  except FileNotFoundError as e:
16
+ return "The message was not feature rich enough to identify, try something else."
17
 
18
  demo = gr.Interface(
19
  fn=check_string,