TommyIX commited on
Commit
189d3b7
1 Parent(s): dd2ed3f

Update pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +2 -2
pyproject.toml CHANGED
@@ -3,9 +3,9 @@ requires = ["setuptools>=61.0"]
3
  build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
- name = "llava"
7
  version = "1.1.0"
8
- description = "Towards GPT-4 like large language and visual assistant."
9
  readme = "README.md"
10
  requires-python = ">=3.8"
11
  classifiers = [
 
3
  build-backend = "setuptools.build_meta"
4
 
5
  [project]
6
+ name = "CXR-LLaVA"
7
  version = "1.1.0"
8
+ description = "CXR-LLaVA for Chest X-ray images report generation. This is the code repository for MBZUAI 23fall AI701 project of Group-7, members: Jinhong Wang, Yongxin Wang, Haokun Lin"
9
  readme = "README.md"
10
  requires-python = ">=3.8"
11
  classifiers = [