SnehaRavichandran commited on
Commit
017b84f
·
verified ·
1 Parent(s): 878d057

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -0
requirements.txt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import subprocess
2
+ subprocess.run(["pip", "install", "text_generation"])
3
+ import text_generation