Spaces:
Running
Running
Suzen Fylke
commited on
Commit
·
ae967d5
1
Parent(s):
7dbc584
Add link to sentiment analysis model
Browse files
app.py
CHANGED
@@ -40,8 +40,9 @@ def get_summary(term):
|
|
40 |
def launch_demo():
|
41 |
title = "Dystopedia"
|
42 |
description = (
|
43 |
-
"Make any Wikipedia topic dystopian. "
|
44 |
-
"
|
|
|
45 |
)
|
46 |
examples = ["joy", "hope", "peace", "Earth", "water", "food"]
|
47 |
gr.Interface(
|
|
|
40 |
def launch_demo():
|
41 |
title = "Dystopedia"
|
42 |
description = (
|
43 |
+
"Make any Wikipedia topic dystopian. Inspired by [this Tweet](https://twitter.com/lbcyber/status/1115015586243862528). "
|
44 |
+
"Dystopedia uses [DistilBERT base uncased finetuned SST-2](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english) "
|
45 |
+
"for sentiment analysis and is subject to its limitations and biases."
|
46 |
)
|
47 |
examples = ["joy", "hope", "peace", "Earth", "water", "food"]
|
48 |
gr.Interface(
|