skibi11 commited on
Commit
449f537
·
verified ·
1 Parent(s): 5eab736

wrapping your Gradio app inside FastAPI

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -3,4 +3,6 @@ keras==2.10.0
3
  numpy==1.24.4
4
  Pillow
5
  gradio
6
- huggingface_hub
 
 
 
3
  numpy==1.24.4
4
  Pillow
5
  gradio
6
+ huggingface_hub
7
+ fastapi
8
+ uvicorn