Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
gradio # Gradio for building the web interface
|
3 |
PyPDF2 # For PDF file parsing
|
4 |
python-docx # For extracting text from DOCX files
|
|
|
1 |
+
cerebras_cloud_sdk # Install the Cerebras Cloud SDK (replace version with the latest if available)
|
2 |
gradio # Gradio for building the web interface
|
3 |
PyPDF2 # For PDF file parsing
|
4 |
python-docx # For extracting text from DOCX files
|