Spaces:
Running
Running
add module
Browse files
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 |
}
|