Spaces:
Runtime error
Runtime error
Commit
·
1708735
1
Parent(s):
3c161b7
Adding note about app crashing
Browse files
app.py
CHANGED
@@ -508,6 +508,8 @@ For the `wiki-bio` models the x-axis is simply the `date`, ranging from 1800 - 1
|
|
508 |
- In the case of `wiki-bio`, any appearance of the word `DATE` will be replaced with the year shown on the x-axis.
|
509 |
- If no `DATE` is included, the phrase `Born in DATE…` will be prepended to your text sample.
|
510 |
- In the case of `reddit`, the `subreddit` names shown on the x-axis (or shown more clearly in the associated dataframe) will be prepended to your text sample).
|
|
|
|
|
511 |
"""
|
512 |
|
513 |
article = "The source code to generate the fine-tuned models can be found/reproduced here: https://github.com/2dot71mily/causing_gendering_pronouns_two"
|
|
|
508 |
- In the case of `wiki-bio`, any appearance of the word `DATE` will be replaced with the year shown on the x-axis.
|
509 |
- If no `DATE` is included, the phrase `Born in DATE…` will be prepended to your text sample.
|
510 |
- In the case of `reddit`, the `subreddit` names shown on the x-axis (or shown more clearly in the associated dataframe) will be prepended to your text sample).
|
511 |
+
|
512 |
+
Note: if app seems frozen, refreshing webpage may help. Sorry for the inconvenience. Will debug soon.
|
513 |
"""
|
514 |
|
515 |
article = "The source code to generate the fine-tuned models can be found/reproduced here: https://github.com/2dot71mily/causing_gendering_pronouns_two"
|