Fix typo
Browse files
app.py
CHANGED
@@ -622,7 +622,7 @@ def main():
|
|
622 |
|
623 |
with gr.Tab("KadiChat 💬"):
|
624 |
kadichat_tmp_link = (
|
625 |
-
"
|
626 |
)
|
627 |
with gr.Blocks(css="""footer {visibility: hidden};""") as preview_tab:
|
628 |
gr.HTML(
|
@@ -644,6 +644,7 @@ def main():
|
|
644 |
|
645 |
Changelog:
|
646 |
|
|
|
647 |
- 02-10-2024: Code cleaning, release code soon
|
648 |
- 26-09-2024: Switch Vision-LLM to Mistral via API
|
649 |
- 31-08-2024: Make document parsing as a preprocessing step and cache vector-database
|
|
|
622 |
|
623 |
with gr.Tab("KadiChat 💬"):
|
624 |
kadichat_tmp_link = (
|
625 |
+
"https://huggingface.co/spaces/Kadi-IAM/KadiChat/" # vision model link
|
626 |
)
|
627 |
with gr.Blocks(css="""footer {visibility: hidden};""") as preview_tab:
|
628 |
gr.HTML(
|
|
|
644 |
|
645 |
Changelog:
|
646 |
|
647 |
+
- 18-10-2024: Add linkage to Kadi.
|
648 |
- 02-10-2024: Code cleaning, release code soon
|
649 |
- 26-09-2024: Switch Vision-LLM to Mistral via API
|
650 |
- 31-08-2024: Make document parsing as a preprocessing step and cache vector-database
|