Spaces:
Sleeping
Sleeping
Ryan Holinshead commited on
Commit ·
352d8fc
1
Parent(s): 47d227a
Bump
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,9 +1,12 @@
|
|
| 1 |
-
gradio_gradioworkbook>=0.0.
|
| 2 |
-
|
| 3 |
-
|
|
|
|
|
|
|
| 4 |
|
| 5 |
#Uploading AIConfig to S3 and lastmile endpoints for sharing
|
| 6 |
boto3
|
|
|
|
| 7 |
requests
|
| 8 |
|
| 9 |
# Extra utils
|
|
|
|
| 1 |
+
gradio_gradioworkbook>=0.0.21
|
| 2 |
+
# Core libraries
|
| 3 |
+
gradio>=4.0,<5.0
|
| 4 |
+
python-aiconfig>=1.1.18
|
| 5 |
+
aiconfig-extension-hugging-face>=0.0.6
|
| 6 |
|
| 7 |
#Uploading AIConfig to S3 and lastmile endpoints for sharing
|
| 8 |
boto3
|
| 9 |
+
botocore
|
| 10 |
requests
|
| 11 |
|
| 12 |
# Extra utils
|