Spaces:
Runtime error
Runtime error
Downloading models
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
import gc
|
5 |
|
6 |
# Download models
|
7 |
-
u = pipeline('fill-mask', model='
|
8 |
del u
|
9 |
gc.collect()
|
10 |
|
|
|
4 |
import gc
|
5 |
|
6 |
# Download models
|
7 |
+
u = pipeline('fill-mask', model='Daniel-Saeedi/Sent-Debias-bert-gender-debiased')
|
8 |
del u
|
9 |
gc.collect()
|
10 |
|