mahiatlinux commited on
Commit
8545037
·
verified ·
1 Parent(s): f330b83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.