hysts HF staff commited on
Commit
aab0b54
1 Parent(s): 97bed91

Update the tutorial

Browse files
Files changed (1) hide show
  1. app.py +6 -18
app.py CHANGED
@@ -11,35 +11,23 @@ DESCRIPTION = "# ICCV 2023 Papers"
11
  TUTORIAL = """\
12
  #### Hugging Face ICCV 2023 event
13
 
14
- Join the org using this [link](https://huggingface.co/organizations/ICCV2023/share/BXikCrBMdmnKzsFjVSulFrCsQAujoYGiNG).
15
 
16
  ICCV 2023 organization is accepting paper claims from authors attending ICCV 2023.
17
 
18
- This organization invites participants to claim their ICCV 2023 papers, upload models and datasets, and to
19
- build their Gradio demos for conference papers on Hugging Face.
20
 
21
  #### Hugging Face Paper Pages ICCV 2023
22
 
23
- - ICCV 2023 Paper Pages will allow authors to claim their papers on Hugging Face. Claiming papers on
24
- ICCV 2023 organization will allow people to find artifacts related to a paper such as models, datasets
25
- and Gradio demos (in form of Spaces). This also enables the community to discuss about the paper.
26
 
27
  #### Tutorial for claiming the ICCV 2023 papers
28
 
29
- Visit the [demo](https://huggingface.co/spaces/ICML2023/ICML2023_papers) and find your paper, to claim your paper
30
- see the guide [here](https://huggingface.co/docs/hub/paper-pages#claiming-authorship-to-a-paper) and to get started
31
- with adding models [here](https://huggingface.co/docs/hub/models-uploading).
32
 
33
- If your paper is not yet indexed on Hugging Face, you can index it by following this
34
- [guide](https://huggingface.co/docs/hub/paper-pages#can-i-have-a-paper-page-even-if-i-have-no-modeldatasetspace)
35
- and open a [PR](https://huggingface.co/spaces/ICCV2023/ICCV2023-papers/discussions) to add your paper to the
36
- Hugging Face demo.
37
 
38
- The Hub will automatically match paper to users based on their email.
39
-
40
- If your paper is not linked to your account, you can click in your name in the corresponding Paper page and
41
- click “claim authorship”. This will automatically re-direct to your paper settings where you can confirm the request.
42
- The admin team will validate your request soon. Once confirmed, the Paper page will show as verified.
43
  """
44
 
45
 
 
11
  TUTORIAL = """\
12
  #### Hugging Face ICCV 2023 event
13
 
14
+ Join the org using this [link](https://huggingface.co/organizations/ICCV2023/share/BXikCrBMdmnKzsFjVSulFrCsQAujoYGiNG)
15
 
16
  ICCV 2023 organization is accepting paper claims from authors attending ICCV 2023.
17
 
18
+ This organization invites participants to claim their ICCV 2023 papers, upload models and datasets, and to build their Gradio demos for conference papers on huggingface.
 
19
 
20
  #### Hugging Face Paper Pages ICCV 2023
21
 
22
+ - ICCV 2023 Paper Pages will allow authors to claim their papers on Huggingface. Claiming papers on ICCV 2023 organization will allow people to find artifacts related to a paper such as models, datasets and Gradio demos (in form of Spaces). This also enables the community to discuss about the paper.
 
 
23
 
24
  #### Tutorial for claiming the ICCV 2023 papers
25
 
26
+ Visit the [demo](https://huggingface.co/spaces/ICML2023/ICML2023_papers) and find your paper, to claim your paper click on the pager page link in the table and then click on your name in the corresponding Paper page and click “claim authorship”. This will automatically re-direct to your paper settings where you can confirm the request. The admin team will validate your request soon. Once confirmed, the Paper page will show as verified.
 
 
27
 
28
+ If you need further assistance, see the guide [here](https://huggingface.co/docs/hub/paper-pages#claiming-authorship-to-a-paper)
 
 
 
29
 
30
+ If your paper is not yet indexed on huggingface, you can index it by following this [guide](https://huggingface.co/docs/hub/paper-pages#can-i-have-a-paper-page-even-if-i-have-no-modeldatasetspace) and open a [PR](https://huggingface.co/spaces/ICCV2023/ICCV2023-papers/discussions) to add your paper to the hugging face demo.
 
 
 
 
31
  """
32
 
33