Vipitis commited on
Commit
2dd6655
1 Parent(s): a0059eb

image might not work inside markdown

Browse files
Files changed (2) hide show
  1. app.py +5 -2
  2. bar.png +0 -0
app.py CHANGED
@@ -37,9 +37,12 @@ text = """# Welcome to the ShaderEval Suite.
37
  - Click **Run** to run the suite
38
  - The results will be displayed in the **Output** box
39
 
 
 
 
40
  ## Todo (feel free to contribute in a Pull Request)
41
- - [ ] leaderboard
42
- - [ ] supporting batches to speed up inference
43
  - [ ] CER metric (via a custom metric perhaps?)
44
  - [x] removing the pad_token warning
45
  - [ ] adding OpenVINO pipelines for inference, pending on OpenVINO release
 
37
  - Click **Run** to run the suite
38
  - The results will be displayed in the **Output** box
39
 
40
+ ## Results
41
+ ![](file/bar.png)
42
+
43
  ## Todo (feel free to contribute in a Pull Request)
44
+ - [~] leaderboard
45
+ - [?] supporting batches to speed up inference
46
  - [ ] CER metric (via a custom metric perhaps?)
47
  - [x] removing the pad_token warning
48
  - [ ] adding OpenVINO pipelines for inference, pending on OpenVINO release
bar.png ADDED