jbilcke-hf HF Staff commited on
Commit
71a88ce
Β·
1 Parent(s): ea4c342
Files changed (1) hide show
  1. src/getGradioApp.mts +2 -2
src/getGradioApp.mts CHANGED
@@ -18,11 +18,11 @@ export function getGradioApp(prompt: string) {
18
 
19
  You MUST use the following Python modules:
20
  - gradio (version 5.23.3)
 
21
 
22
- You are free to use (if necessary) the following Python modules:
23
  - numpy
24
  - matplotlib
25
- - torch
26
  - diffusers
27
  - transformers
28
 
 
18
 
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
27
  - transformers
28