lamhieu commited on
Commit
aa6589d
ยท
1 Parent(s): 40b1854

chore: update something

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -84,7 +84,7 @@ bootstrap();
84
  DESCRIPTION = """\
85
  # Ghost 8B Beta Coder (by Etherll)
86
 
87
- **Ghost 8B Beta Coder (by Etherll)** This version highlights the model's strengths in coding and problem-solving, while keeping the original performance comparisons intact. This version was built to support my friend [Etherll](https://huggingface.co/Etherll) in bringing the model to everyone to experience. Discover more about the model [here](https://huggingface.co/Etherll/ghost-coder-8b-beta-1608).
88
 
89
  Supported languages: ๐Ÿ‡ฌ๐Ÿ‡ง English, ๐Ÿ‡ป๐Ÿ‡ณ Vietnamese, ๐Ÿ‡ฐ๐Ÿ‡ท Korean, ๐Ÿ‡ช๐Ÿ‡ธ Spanish, ๐Ÿ‡ต๐Ÿ‡น Portuguese, ๐Ÿ‡จ๐Ÿ‡ณ Chinese, ๐Ÿ‡ซ๐Ÿ‡ท French, ๐Ÿ‡ฎ๐Ÿ‡น Italian, ๐Ÿ‡ฉ๐Ÿ‡ช German, ๐Ÿ‡ฏ๐Ÿ‡ต Japanese, ๐Ÿ‡ท๐Ÿ‡บ Russian, ๐Ÿ‡ต๐Ÿ‡ฑ Polish, ๐Ÿ‡ณ๐Ÿ‡ฑ Dutch, ๐Ÿ‡ฎ๐Ÿ‡ณ Hindi, ๐Ÿ‡น๐Ÿ‡ท Turkish, ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesian.
90
 
@@ -103,7 +103,7 @@ LICENSE = """
103
  <p/>
104
 
105
  ---
106
- Ghost 8B Beta Coder (by Etherll) may give inaccurate information, including information about people, so please verify Ghost 8B Beta's answers.
107
  """
108
 
109
  if not torch.cuda.is_available():
@@ -747,7 +747,7 @@ def handle_file_extraction(files: list[str], uuid: str):
747
  chatbot = gr.Chatbot(
748
  height=500,
749
  placeholder=PLACEHOLDER,
750
- label="Ghost 8B Beta (ฮฒ, 8k)",
751
  show_copy_button=True,
752
  )
753
 
 
84
  DESCRIPTION = """\
85
  # Ghost 8B Beta Coder (by Etherll)
86
 
87
+ **Ghost 8B Beta Coder (by Etherll)** This version highlights the model's strengths in coding and problem-solving, while keeping the original performance comparisons intact. This version was built to support my friend [Etherll](https://huggingface.co/Etherll) in bringing the model to everyone to experience, a fine tuned from [Ghost 8B Beta](https://huggingface.co/ghost-x/ghost-8b-beta-1608).
88
 
89
  Supported languages: ๐Ÿ‡ฌ๐Ÿ‡ง English, ๐Ÿ‡ป๐Ÿ‡ณ Vietnamese, ๐Ÿ‡ฐ๐Ÿ‡ท Korean, ๐Ÿ‡ช๐Ÿ‡ธ Spanish, ๐Ÿ‡ต๐Ÿ‡น Portuguese, ๐Ÿ‡จ๐Ÿ‡ณ Chinese, ๐Ÿ‡ซ๐Ÿ‡ท French, ๐Ÿ‡ฎ๐Ÿ‡น Italian, ๐Ÿ‡ฉ๐Ÿ‡ช German, ๐Ÿ‡ฏ๐Ÿ‡ต Japanese, ๐Ÿ‡ท๐Ÿ‡บ Russian, ๐Ÿ‡ต๐Ÿ‡ฑ Polish, ๐Ÿ‡ณ๐Ÿ‡ฑ Dutch, ๐Ÿ‡ฎ๐Ÿ‡ณ Hindi, ๐Ÿ‡น๐Ÿ‡ท Turkish, ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesian.
90
 
 
103
  <p/>
104
 
105
  ---
106
+ Ghost 8B Beta Coder (by Etherll) may give inaccurate information, including information about people, so please verify Ghost 8B Beta Coder's answers.
107
  """
108
 
109
  if not torch.cuda.is_available():
 
747
  chatbot = gr.Chatbot(
748
  height=500,
749
  placeholder=PLACEHOLDER,
750
+ label="Ghost 8B Beta Coder (by Etherll)",
751
  show_copy_button=True,
752
  )
753