JosephusCheung commited on
Commit
d086efb
β€’
1 Parent(s): 5b34e98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODELS.split("/")[-1]
14
 
15
- TITLE = "<h1><center>JosephusCheung/glm4-9b-sft-uncensored-64k</center></h1>"
16
 
17
  DESCRIPTION = "You can use full 64K ctx with this online demo."
18
 
 
12
  MODELS = os.environ.get("MODELS")
13
  MODEL_NAME = MODELS.split("/")[-1]
14
 
15
+ TITLE = "<h1><center>glm4-9b-sft-uncensored-64k</center></h1>"
16
 
17
  DESCRIPTION = "You can use full 64K ctx with this online demo."
18