Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
|
2 |
+
|
3 |
+
gradio as gr
|
4 |
+
numpy as np
|
5 |
+
iwebsockets
|
6 |
+
python_dotenv
|
7 |
+
fastrtc
|
8 |
+
google.genai
|
9 |
+
gradio
|
10 |
+
Pillow
|