Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,9 +75,9 @@ print("Done loading TTS")
|
|
| 75 |
|
| 76 |
llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
|
| 77 |
|
| 78 |
-
title = f"
|
| 79 |
|
| 80 |
-
DESCRIPTION = f"""#
|
| 81 |
css = """.toast-wrap { display: none !important } """
|
| 82 |
|
| 83 |
from huggingface_hub import HfApi
|
|
|
|
| 75 |
|
| 76 |
llm_model = os.environ.get("LLM_MODEL", "mistral") # or "zephyr"
|
| 77 |
|
| 78 |
+
title = f"Vikk AI"
|
| 79 |
|
| 80 |
+
DESCRIPTION = f"""# Vikk AI"""
|
| 81 |
css = """.toast-wrap { display: none !important } """
|
| 82 |
|
| 83 |
from huggingface_hub import HfApi
|