Spaces:
Runtime error
Runtime error
Commit
•
e7c9365
1
Parent(s):
6210515
Remove version restriction on huggingface-hub (#47)
Browse files- Remove version restriction on huggingface-hub (992f477281e40976f8e30110ec2776e1432f0fb1)
- Update requirements.txt (965fd5b4265baf9627445ed7bc78a4ea80697ad4)
Co-authored-by: Edward J. Schwartz <[email protected]>
- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
python-dotenv
|
3 |
streamlit==1.10.0
|
4 |
datasets<2.3
|
|
|
1 |
+
huggingface_hub>=0.11
|
2 |
python-dotenv
|
3 |
streamlit==1.10.0
|
4 |
datasets<2.3
|