Oskar van der Wal commited on
Commit
0308d70
2 Parent(s): 934041b 7094807

Merge branch 'main' into feature/blocks

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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