Spaces:
Runtime error
Runtime error
anonymousauthorsanonymous
commited on
Commit
·
77bea7b
1
Parent(s):
3b6c755
Update app.py
Browse files
app.py
CHANGED
@@ -354,8 +354,7 @@ with demo:
|
|
354 |
gr.Markdown("# Spurious Correlation Evaluation for Pre-trained LLMs")
|
355 |
gr.Markdown("Find spurious correlations between seemingly independent variables (for example between `gender` and `time`) in almost any BERT-like LLM on Hugging Face, below.")
|
356 |
|
357 |
-
gr.Markdown("
|
358 |
-
gr.Markdown("Note: If there is an issue with the rendering of the results taking longer than expected (more than 10s of seconds), there may be an unexpected issue effecting the hosting. If so, please see this [backup colab notebook](https://colab.research.google.com/drive/1A3a9cy9fERaxkuoX8YNTFhLlhRt_cxMm?usp=sharing).")
|
359 |
|
360 |
|
361 |
gr.Markdown("## Instructions for this Demo")
|
|
|
354 |
gr.Markdown("# Spurious Correlation Evaluation for Pre-trained LLMs")
|
355 |
gr.Markdown("Find spurious correlations between seemingly independent variables (for example between `gender` and `time`) in almost any BERT-like LLM on Hugging Face, below.")
|
356 |
|
357 |
+
# gr.Markdown("Note: If there is an issue with the rendering of the results taking longer than expected (more than 10s of seconds), there may be an unexpected issue effecting the hosting. If so, please see this [backup colab notebook](https://colab.research.google.com/drive/1A3a9cy9fERaxkuoX8YNTFhLlhRt_cxMm?usp=sharing).")
|
|
|
358 |
|
359 |
|
360 |
gr.Markdown("## Instructions for this Demo")
|