Suzana commited on
Commit
15381a1
·
1 Parent(s): 90578ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ 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
- description: "Model referece: Jochen Hartmann, "Emotion English DistilRoBERTa-base". https://huggingface.co/j-hartmann/emotion-english-distilroberta-base/, 2022.",
9
  examples = examples,
10
 
11
  ).launch();
 
5
  gr.Interface.load(
6
  "huggingface/j-hartmann/emotion-english-distilroberta-base",
7
  title="Basic emotion detection",
8
+ description: "Model reference: Jochen Hartmann, "Emotion English DistilRoBERTa-base". https://huggingface.co/j-hartmann/emotion-english-distilroberta-base/, 2022.",
9
  examples = examples,
10
 
11
  ).launch();