jbilcke-hf HF Staff commited on
Commit
4e88780
Β·
1 Parent(s): 71a88ce

fix ml dependencies

Browse files
Files changed (1) hide show
  1. src/getGradioApp.mts +2 -1
src/getGradioApp.mts CHANGED
@@ -19,8 +19,9 @@ export function getGradioApp(prompt: string) {
19
  You MUST use the following Python modules:
20
  - gradio (version 5.23.3)
21
  - torch (version 2.6.0)
 
22
 
23
- You are free to use (if necessary) the following Python modules. Make sure to add them to the requirements.txt:
24
  - numpy
25
  - matplotlib
26
  - diffusers
 
19
  You MUST use the following Python modules:
20
  - gradio (version 5.23.3)
21
  - torch (version 2.6.0)
22
+ - accelerate (version 1.6.0)
23
 
24
+ You are free to use (if necessary) the following Python modules. In tha case, don't specify a version, just use them as-is so it uses the latest one. Make sure to add them to the requirements.txt:
25
  - numpy
26
  - matplotlib
27
  - diffusers