LahiruProjects commited on
Commit
d09621a
Β·
verified Β·
1 Parent(s): f85aa7e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
- transformers
2
- torch
3
- gradio
4
- fastapi==0.95.0
5
- uvicorn==0.21.1
 
1
+ gradio==3.5.0 # Gradio for creating interfaces
2
+ transformers==4.28.1 # Hugging Face Transformers for the model
3
+ fastapi==0.95.0 # FastAPI for creating APIs
4
+ uvicorn==0.21.1 # Uvicorn for running the FastAPI server