Suzana commited on
Commit
e638383
1 Parent(s): 6e8f772

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -5,7 +5,5 @@ examples = ["I love you", "I lost my wallet"]
5
  gr.Interface.load(
6
  "huggingface/j-hartmann/emotion-english-distilroberta-base",
7
  title="Basic emotion detection",
8
- examples = examples,
9
- allow_flagging="manual", flagging_callback=gr.CSVLogger()
10
-
11
  ).launch();
5
  gr.Interface.load(
6
  "huggingface/j-hartmann/emotion-english-distilroberta-base",
7
  title="Basic emotion detection",
8
+ examples = examples
 
 
9
  ).launch();