Itsme5 commited on
Commit
f44f014
·
verified ·
1 Parent(s): 832ff76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,5 +1,6 @@
1
- !pip install torch
2
- !pip install tensorflow
 
3
 
4
 
5
  from fastapi import FastAPI
 
1
+ pip install torch
2
+ pip install tensorflow
3
+ pip install -r requirements.txt
4
 
5
 
6
  from fastapi import FastAPI