Update requirements.txt
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
gradio # Ensure this matches your Gradio version
|
2 |
groq # Replace with the correct package name for GROQ if it exists on PyPI
|
3 |
pillow # For image processing
|
|
|
|
1 |
gradio # Ensure this matches your Gradio version
|
2 |
groq # Replace with the correct package name for GROQ if it exists on PyPI
|
3 |
pillow # For image processing
|
4 |
+
python-dotenv
|