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