LahiruProjects commited on
Commit
2bfcf61
Β·
verified Β·
1 Parent(s): 97f00ad

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -1,3 +1,5 @@
1
  transformers
2
  torch
3
  gradio
 
 
 
1
  transformers
2
  torch
3
  gradio
4
+ fastapi==0.95.0 # FastAPI for creating APIs
5
+ uvicorn==0.21.1 # ASGI server for running FastAPI