So, the HF model is actually linked to the arXiv paper, and HF Space should use the model for now.
I found the model FAQ (Frequently Asked Questions), but have never thought like that.
Thank you for your clear explanation It really helps a lot.
Thank you @deepkyu for sharing this process on twitter and @radames for further documenting.
IIUC, there is currently no workflow for connecting an arxiv paper about a method or eval technique, with the demos of that method, because this fails the prereq that the paper is “associated with a model or a dataset that is on the Hugging Face Hub”.
I think this is pretty clear from the documentation, I just wanted to make sure I am understanding correctly… before I ponder too deeply work-arounds (e.g. I totally could upload a small challenge dataset created for the paper).
Ahh, sorry I missed that @deepkyu’s model card had the explicit purpose of linking the space and the paper. This is my exact solution. I should have just followed the steps more closely. Thanks for the follow up.
Thanks for this update! This linking is such a wonderful feature for researchers like me, who really need a compelling demo to convince people the arxiv paper is worth reading.
Hi @emilylearning, now sure what went wrong with your original flow. However, @julien-c did push a new backend feature also linking Spaces with arXiv papers directly. That why it’s working and it’s much easier now. Thanks
Hi, thank you all for sharing your insight into the process. I am having no luck linking my demo to arxiv so far. All the links to arxiv (on the model page and the space) link to the correct paper as described in the documentation. Could any of the following two circumstances cause an issue?
Hi @St0nedB , sorry you having issues. Is the demo also private? I don’t think it would work if either Model or Space demo is private. If the the Model is private and the Space Demo is not, you can add a link to your arXiv paper inside your Space, README.md or a comment on you code app.py, this is working since yesterday. Thanks
Hi @radames, sorry for the late reply. I tried your suggestion but it doesn’t seem to be working.
My setup is as follows:
the model is private. its page correctly shows the link to the arXiv paper
the space holding the demo is public (in an organization, as our group wants to have one place to have all our demos)
Both the app.py and the README.md contain links to the arXiv paper. In the app.py the link is placed as a comment on the first line. In the README.md it is a Markdown-formatted link.
Any ideas about what could be the issue?
hi @St0nedB, sorry, I was too precipitated, and the arXiv integration direct to Spaces is not ready yet. So if you have a private model, create a public model with a simple README.md model card pointing to your arXiv paper, then link that public model into your Space. example deepkyu/ml-talking-face · Hugging Face link to model page here app.py · CVPR/ml-talking-face at main