Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- backend/requirements.txt +4 -0
backend/requirements.txt
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask==2.2.2
|
2 |
+
gradio==3.30.0
|
3 |
+
speech-recognition==3.8.1
|
4 |
+
torch==1.13.0
|