Spaces:
Runtime error
Runtime error
Javier Beltrán
commited on
Commit
·
0dcd16d
1
Parent(s):
50a1da6
Change theme
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ 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 |
-
theme="
|
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 |
+
theme="default")
|
14 |
|
15 |
interface.launch()
|
16 |
|