Spaces:
Running
Running
Commit
·
26718bc
1
Parent(s):
a0648f8
update text
Browse files
app.py
CHANGED
@@ -218,7 +218,7 @@ with demo:
|
|
218 |
eight syntactically similar sentences. However semantically, \
|
219 |
only two of the sentences are gender-specified while the rest remain gender-underspecified")
|
220 |
gr.Markdown("If a model can reliably tell us when it is uncertain about its predictions, one can replace only those uncertain predictions with\
|
221 |
-
|
222 |
|
223 |
with gr.Row():
|
224 |
model_name = gr.Radio(
|
|
|
218 |
eight syntactically similar sentences. However semantically, \
|
219 |
only two of the sentences are gender-specified while the rest remain gender-underspecified")
|
220 |
gr.Markdown("If a model can reliably tell us when it is uncertain about its predictions, one can replace only those uncertain predictions with\
|
221 |
+
an appropriate heuristic.")
|
222 |
|
223 |
with gr.Row():
|
224 |
model_name = gr.Radio(
|