Spaces:
Runtime error
Runtime error
Update install.sh
Browse files- install.sh +1 -1
install.sh
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
#!/bin/bash
|
2 |
-
pip install torch
|
|
|
1 |
#!/bin/bash
|
2 |
+
pip install torch numpy transformers gradio
|