andrewlastmile commited on
Commit
43e3145
·
verified ·
1 Parent(s): 9961873

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -7,9 +7,9 @@ requires = [
7
  build-backend = "hatchling.build"
8
 
9
  [project]
10
- name = "gradio_notebook"
11
  version = "0.0.11"
12
- description = "Interactive notebook playground for Hugging Face models."
13
  readme = "README.md"
14
  license = "MIT"
15
  requires-python = ">=3.10"
 
7
  build-backend = "hatchling.build"
8
 
9
  [project]
10
+ name = "Model Comparisons"
11
  version = "0.0.11"
12
+ description = "Comparing the performance of different open-source LLMs"
13
  readme = "README.md"
14
  license = "MIT"
15
  requires-python = ">=3.10"