LahiruProjects commited on
Commit
84a6472
Β·
verified Β·
1 Parent(s): 561c9b4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -4
requirements.txt CHANGED
@@ -1,4 +1,5 @@
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
 
 
1
+ gradio==3.5.0
2
+ httpx==0.22.0
3
+ transformers==4.28.1
4
+ fastapi==0.95.0
5
+ uvicorn==0.21.1