sandz7 commited on
Commit
91a3e4d
β€’
1 Parent(s): 721715f

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
 
13
  DESCRIPTION = '''
14
  <div>
15
- <h1 style="text-align: center;">Amphisbeana 🐍</h1>
16
  <p>This uses Llama 3 and GPT-4o as generation, both of these make the final generation. <a href="https://huggingface.co/meta-llama/Meta-Llama-3-8B"><b>Llama3-8b</b></a>and <a href="https://platform.openai.com/docs/models/gpt-4o"><b>GPT-4o</b></a></p>
17
  </div>
18
  '''
 
12
 
13
  DESCRIPTION = '''
14
  <div>
15
+ <h1 style="text-align: center;">Loki πŸ‘οΈ</h1>
16
  <p>This uses Llama 3 and GPT-4o as generation, both of these make the final generation. <a href="https://huggingface.co/meta-llama/Meta-Llama-3-8B"><b>Llama3-8b</b></a>and <a href="https://platform.openai.com/docs/models/gpt-4o"><b>GPT-4o</b></a></p>
17
  </div>
18
  '''