Update modules/ui/htmls.py
Browse files- modules/ui/htmls.py +3 -0
modules/ui/htmls.py
CHANGED
@@ -46,6 +46,9 @@ MARKDOWN = """
|
|
46 |
# Automatic speech recognition
|
47 |
"""
|
48 |
|
|
|
|
|
|
|
49 |
|
50 |
NLLB_VRAM_TABLE = """
|
51 |
<!DOCTYPE html>
|
|
|
46 |
# Automatic speech recognition
|
47 |
"""
|
48 |
|
49 |
+
MARKDOWN_NOTE = """
|
50 |
+
Note: Always review & verify the output generated by AI models
|
51 |
+
"""
|
52 |
|
53 |
NLLB_VRAM_TABLE = """
|
54 |
<!DOCTYPE html>
|