qqwjq1981 commited on
Commit
be6e126
·
verified ·
1 Parent(s): 29d8f38

Upload 2 files

Browse files
Files changed (2) hide show
  1. app.py +0 -4
  2. requirements.txt +13 -0
app.py CHANGED
@@ -3,10 +3,6 @@
3
 
4
  # In[1]:
5
 
6
-
7
- !pip install gradio newspaper3k transformers sentence-transformers openai todoist-api-python flask twilio fastapi uvicorn ffmpy google-cloud-storage fpdf
8
-
9
-
10
  # In[2]:
11
 
12
 
 
3
 
4
  # In[1]:
5
 
 
 
 
 
6
  # In[2]:
7
 
8
 
requirements.txt ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ gradio
2
+ newspaper3k
3
+ transformers
4
+ sentence-transformers
5
+ openai
6
+ todoist-api-python
7
+ flask
8
+ twilio
9
+ fastapi
10
+ uvicorn
11
+ ffmpy
12
+ google-cloud-storage
13
+ fpdf