tanyarai commited on
Commit
066ee8c
1 Parent(s): fb42eb2

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -0
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio-gradioworkbook
2
+ # Core libraries
3
+ gradio>=4.0,<5.0
4
+ python-aiconfig>=1.1.17
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
13
+ asyncio