Corrected the model claimed to be used
#1
by ishan-25 - opened
- interview_coach.py +1 -1
interview_coach.py
CHANGED
|
@@ -125,7 +125,7 @@ def _progress_bar_html(current: int, total: int) -> str:
|
|
| 125 |
_ABOUT_MD = """
|
| 126 |
## ๐๏ธ About AI Interview Coach
|
| 127 |
|
| 128 |
-
**AI Interview Coach** is an intelligent interview preparation tool powered by **
|
| 129 |
|
| 130 |
---
|
| 131 |
|
|
|
|
| 125 |
_ABOUT_MD = """
|
| 126 |
## ๐๏ธ About AI Interview Coach
|
| 127 |
|
| 128 |
+
**AI Interview Coach** is an intelligent interview preparation tool powered by **Qwen/Qwen2.5-7B-Instruct** via the HuggingFace Inference API.
|
| 129 |
|
| 130 |
---
|
| 131 |
|