Spaces:
Paused
Paused
Commit ·
e3dfc51
1
Parent(s): 2639a1d
Configure app for Hugging Face deployment
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
title: Autonomous AI Lab
|
| 3 |
emoji: 🧪
|
| 4 |
sdk: gradio
|
| 5 |
-
sdk_version: "4.
|
| 6 |
app_file: app_gradio.py
|
| 7 |
python_version: 3.11
|
| 8 |
---
|
|
|
|
| 2 |
title: Autonomous AI Lab
|
| 3 |
emoji: 🧪
|
| 4 |
sdk: gradio
|
| 5 |
+
sdk_version: "4.44.1"
|
| 6 |
app_file: app_gradio.py
|
| 7 |
python_version: 3.11
|
| 8 |
---
|
requirements.txt
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
# Forcing a full rebuild with this comment
|
| 4 |
|
| 5 |
# Pin Gradio and its client to ensure compatibility
|
| 6 |
-
gradio=
|
| 7 |
gradio_client==0.16.2
|
| 8 |
|
| 9 |
# Core LangChain & Agent Framework
|
|
|
|
| 3 |
# Forcing a full rebuild with this comment
|
| 4 |
|
| 5 |
# Pin Gradio and its client to ensure compatibility
|
| 6 |
+
gradio>=4.44.1
|
| 7 |
gradio_client==0.16.2
|
| 8 |
|
| 9 |
# Core LangChain & Agent Framework
|