jsulz HF staff commited on
Commit
f68c1d3
β€’
1 Parent(s): c109543

modified README

Browse files
Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: Lfs Analysis
3
- emoji: πŸ†
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: gradio
@@ -8,6 +8,13 @@ sdk_version: 4.44.0
8
  app_file: app.py
9
  pinned: false
10
  license: mit
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
1
  ---
2
+ title: Hub LFS Analysis
3
+ emoji: πŸ“ˆ
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: gradio
 
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
+ short_description: An analysis of LFS files on the Hub.
12
  ---
13
 
14
+ Running this locally is easiest with Poetry installed.
15
+
16
+ Clone the repository and run:
17
+
18
+ - `poetry shell`
19
+ - `poetry install`
20
+ - `gradio app.py`