osbm commited on
Commit
bc7c34c
·
1 Parent(s): da950f4

add module

Browse files
Files changed (1) hide show
  1. flake.nix +5 -0
flake.nix CHANGED
@@ -29,6 +29,7 @@
29
  numpy
30
  pandas
31
  streamlit
 
32
  ]
33
  ))
34
  zip
@@ -37,6 +38,10 @@
37
  wget
38
  curl
39
  ];
 
 
 
 
40
  };
41
  };
42
  }
 
29
  numpy
30
  pandas
31
  streamlit
32
+ huggingface-hub
33
  ]
34
  ))
35
  zip
 
38
  wget
39
  curl
40
  ];
41
+
42
+ shellHook = ''
43
+ streamlit run app.py
44
+ '';
45
  };
46
  };
47
  }