Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio-gradioworkbook>=0.0.18
|
2 |
+
|
3 |
+
gradio>=4.0,<5.0
|
4 |
+
python-aiconfig>=1.1.19
|
5 |
+
aiconfig-extension-hugging-face>=0.0.6
|
6 |
+
|
7 |
+
#Uploading AIConfig to S3 and lastmile endpoints for sharing
|
8 |
+
boto3
|
9 |
+
requests
|
10 |
+
|
11 |
+
# Extra utils
|
12 |
+
asyncio
|