Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,8 @@ MAX_INPUT_TOKEN_LENGTH = int(os.getenv("MAX_INPUT_TOKEN_LENGTH", "4096"))
|
|
| 14 |
|
| 15 |
# Initial description for the UI interface, showcasing the AI version and creator.
|
| 16 |
DESCRIPTION = """\
|
| 17 |
-
# Masher AI v6 7B
|
| 18 |
-
This Space demonstrates Masher AI v6 7B by Maheswar.
|
| 19 |
"""
|
| 20 |
|
| 21 |
# Check for GPU availability, append a warning to the description if running on CPU.
|
|
|
|
| 14 |
|
| 15 |
# Initial description for the UI interface, showcasing the AI version and creator.
|
| 16 |
DESCRIPTION = """\
|
| 17 |
+
# Masher AI v6.1 7B
|
| 18 |
+
This Space demonstrates Masher AI v6.1 7B by Maheswar.
|
| 19 |
"""
|
| 20 |
|
| 21 |
# Check for GPU availability, append a warning to the description if running on CPU.
|