Spaces:
Runtime error
Runtime error
Update shakespeare.pkl
Browse files- shakespeare.pkl +6 -0
shakespeare.pkl
CHANGED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import pickle
|
2 |
+
|
3 |
+
github_url = "https://github.com/TheMITTech/shakespeare"
|
4 |
+
|
5 |
+
with open('shakespeare.pkl', 'wb') as fp:
|
6 |
+
pickle.dump(github_url, fp)
|