emilylearning commited on
Commit
bcdc373
1 Parent(s): e934b2d

adding model card link direct in app.py

Browse files

Same as was done in https://huggingface.co/spaces/CVPR/ml-talking-face/commit/e28a921859dfb71c94b6ee8392d1cce36d57fc4e, but diff than instructed in https://discuss.huggingface.co/t/how-to-link-the-spaces-with-arxiv/27094/4 and done for spurious demo, as a sanity check.

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  # %%
2
  import gradio as gr
3
  import matplotlib.pyplot as plt
 
1
+ # Model card: https://huggingface.co/emilylearning/selection-induced-collider-bias
2
  # %%
3
  import gradio as gr
4
  import matplotlib.pyplot as plt