Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,9 +4,10 @@ emoji: 🤖
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: "4.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
|
|
|
| 10 |
---
|
| 11 |
|
| 12 |
# 🤖 Enhanced Hugging Face Agent for Unit 4 Certification
|
|
@@ -115,7 +116,7 @@ This agent prioritizes:
|
|
| 115 |
- The agent will process questions sequentially with real-time progress updates
|
| 116 |
- File-based questions automatically download and process associated files
|
| 117 |
- All processing is logged for debugging and performance analysis
|
| 118 |
-
|
| 119 |
|
| 120 |
---
|
| 121 |
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "4.44.1"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
hf_oauth: true
|
| 11 |
---
|
| 12 |
|
| 13 |
# 🤖 Enhanced Hugging Face Agent for Unit 4 Certification
|
|
|
|
| 116 |
- The agent will process questions sequentially with real-time progress updates
|
| 117 |
- File-based questions automatically download and process associated files
|
| 118 |
- All processing is logged for debugging and performance analysis
|
| 119 |
+
- The interface provides download links for detailed logs
|
| 120 |
|
| 121 |
---
|
| 122 |
|