Added google gen-ai package
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
datasets
|
|
|
|
| 2 |
gradio
|
| 3 |
huggingface-hub
|
| 4 |
imageio
|
|
|
|
| 1 |
datasets
|
| 2 |
+
google-genai = {version = "*"}
|
| 3 |
gradio
|
| 4 |
huggingface-hub
|
| 5 |
imageio
|