Javier Beltrán commited on
Commit
0dcd16d
1 Parent(s): 50a1da6

Change theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="huggingface")
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