ubuntu commited on
Commit
cc0f2e2
1 Parent(s): 9663b38

update space

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -76,6 +76,8 @@ with gr.Blocks() as mis_page:
76
  - Upload a '.gpickle' file.
77
  - The images of the MIS problem and solution will be shown after you click the solve button.
78
  - Click the 'clear' button to clear all the files.
 
 
79
  '''
80
  )
81
 
 
76
  - Upload a '.gpickle' file.
77
  - The images of the MIS problem and solution will be shown after you click the solve button.
78
  - Click the 'clear' button to clear all the files.
79
+ ## Examples
80
+ - You can get the test examples from our [MIS Dataset Repo.](https://huggingface.co/datasets/SJTU-TES/MIS)
81
  '''
82
  )
83