Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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,
|