Spaces:
Running
Running
wrapping your Gradio app inside FastAPI
Browse files- 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
|