cocktailpeanut 6Morpheus6 commited on
Commit
7f6675e
·
verified ·
1 Parent(s): 9da7124

requirements moved to requirements.txt (#2)

Browse files

- requirements moved to requirements.txt (8598af25008fbe7cdaa8da8516d0fac65d79ab0e)


Co-authored-by: Morpheus <6Morpheus6@users.noreply.huggingface.co>

Files changed (1) hide show
  1. install.json +0 -1
install.json CHANGED
@@ -5,7 +5,6 @@
5
  "venv": "venv",
6
  "message": [
7
  "{{pip.install.torch}}",
8
- "pip install gradio huggingface_hub gradio gradio_client",
9
  "pip install -r requirements.txt"
10
  ]
11
  }
 
5
  "venv": "venv",
6
  "message": [
7
  "{{pip.install.torch}}",
 
8
  "pip install -r requirements.txt"
9
  ]
10
  }