emilylearning commited on
Commit
a46f7eb
1 Parent(s): 1ec4201
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -211,7 +211,7 @@ with demo:
211
  input_texts = gr.Variable([])
212
  gr.Markdown("**Detect Task Specification at Inference-time.**")
213
  gr.Markdown("""This method exploits the specification-induced spurious correlations demonstrated in this
214
- [Spurious Correlations Hugging Face Space](https://huggingface.co/spaces/anonymousauthorsanonymous/spurious) to detect task specification at inference-time.
215
  For this method, well-specified tasks should have a lower specification metric value, and unspecified tasks should have a higher specification metric value.
216
  """)
217
 
 
211
  input_texts = gr.Variable([])
212
  gr.Markdown("**Detect Task Specification at Inference-time.**")
213
  gr.Markdown("""This method exploits the specification-induced spurious correlations demonstrated in this
214
+ [Spurious Correlations Hugging Face Space](https://huggingface.co/spaces/emilylearning/spurious_correlation_evaluation) to detect task specification at inference-time.
215
  For this method, well-specified tasks should have a lower specification metric value, and unspecified tasks should have a higher specification metric value.
216
  """)
217