requirements moved to requirements.txt

#2
by 6Morpheus6 - opened
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
  }