Spaces:
Runtime error
Runtime error
Javier Beltrán
commited on
Commit
·
6e21664
1
Parent(s):
0dcd16d
Add description
Browse files
app.py
CHANGED
@@ -10,7 +10,8 @@ interface = gr.Interface(predict, gr.inputs.Textbox(placeholder="Paste a tweet h
|
|
10 |
gr.outputs.Label(num_top_classes=2, label="This tweet is..."),
|
11 |
capture_session=True, interpretation=None,
|
12 |
title="Is your favorite Spanish politician toxic on Twitter? Test it here!",
|
13 |
-
|
|
|
14 |
|
15 |
interface.launch()
|
16 |
|
|
|
10 |
gr.outputs.Label(num_top_classes=2, label="This tweet is..."),
|
11 |
capture_session=True, interpretation=None,
|
12 |
title="Is your favorite Spanish politician toxic on Twitter? Test it here!",
|
13 |
+
description="Paste a tweet text from a Spanish politician in the textbox below. We will predict its degree of toxicity in 2 scales of severity. Made with <3 by Newtral-Tech.",
|
14 |
+
theme="darkgrass")
|
15 |
|
16 |
interface.launch()
|
17 |
|