Spaces:
Sleeping
Sleeping
Merge branch 'main' into feature/blocks
Browse files
app.py
CHANGED
@@ -67,6 +67,7 @@ tokenizer = GPT2TokenizerFast.from_pretrained(model_id)
|
|
67 |
dataset = CrowSPairsDataset()
|
68 |
|
69 |
bias_type_sel = gradio.Dropdown(label="Bias Type", choices=dataset.bias_types())
|
|
|
70 |
with open("description.md") as fh:
|
71 |
desc = fh.read()
|
72 |
|
|
|
67 |
dataset = CrowSPairsDataset()
|
68 |
|
69 |
bias_type_sel = gradio.Dropdown(label="Bias Type", choices=dataset.bias_types())
|
70 |
+
|
71 |
with open("description.md") as fh:
|
72 |
desc = fh.read()
|
73 |
|