Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,2 +1,4 @@
|
|
|
|
|
| 1 |
gradio==3.40.1
|
| 2 |
-
|
|
|
|
|
|
| 1 |
+
# Core dependencies
|
| 2 |
gradio==3.40.1
|
| 3 |
+
# Groq Python SDK for LLM access
|
| 4 |
+
groq>=0.1.0
|