Spaces:
Runtime error
Runtime error
Update requirements.txt (#1)
Browse files- Update requirements.txt (7a925ca968845c8f542c96d85853d4f82d972755)
Co-authored-by: yooso <[email protected]>
- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
tensorflow==2.12.0
|
| 2 |
tensorflow_hub==0.12.0
|
| 3 |
gradio==3.1.4
|
| 4 |
-
opencv-python==4.6.0.66
|
|
|
|
|
|
| 1 |
tensorflow==2.12.0
|
| 2 |
tensorflow_hub==0.12.0
|
| 3 |
gradio==3.1.4
|
| 4 |
+
opencv-python==4.6.0.66
|
| 5 |
+
uvicorn==0.23.2
|