davidberenstein1957 commited on
Commit
1351840
·
1 Parent(s): 74487c6

docs: rename 'Dashboard' section to 'Leaderboard' and update deployment instructions for Hugging Face

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -61,15 +61,17 @@ This is how you would evaluate the benchmarks once you have all images:
61
  python evaluate.py replicate draw_bench genai_bench geneval hps parti
62
  ```
63
 
64
- ## Dashboard
65
 
66
- To run the dashboard, you can use the following command:
 
 
67
 
68
  ```
69
  python dashboard/app.py
70
  ```
71
 
72
- To deploy the dashboard, you can use the following commands:
73
 
74
  First, add the remote:
75
 
 
61
  python evaluate.py replicate draw_bench genai_bench geneval hps parti
62
  ```
63
 
64
+ ## Leaderboard
65
 
66
+ The leaderboard is [hosted on Hugging Face](https://huggingface.co/spaces/PrunaAI/InferBench/tree/main) with gradio.
67
+
68
+ To run the dashboard locally, you can use the following command:
69
 
70
  ```
71
  python dashboard/app.py
72
  ```
73
 
74
+ To deploy the dashboard to Hugging Face, you can use the following commands:
75
 
76
  First, add the remote:
77