Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
-
|
|
|
|
|
|
|
2 |
requests>=2.32.3
|
3 |
beautifulsoup4>=4.12.3
|
4 |
-
python-dotenv>=1.0.0
|
|
|
|
|
|
1 |
+
# Specify the exact Gradio version you want to use
|
2 |
+
gradio[oauth,mcp]==5.35.0
|
3 |
+
|
4 |
+
# Other dependencies
|
5 |
requests>=2.32.3
|
6 |
beautifulsoup4>=4.12.3
|
7 |
+
python-dotenv>=1.0.0
|
8 |
+
spaces
|
9 |
+
uvicorn>=0.14.0
|