Lohia, Aditya commited on
Commit
db5ee90
1 Parent(s): 570bfed

Update text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(css="style.css", theme=gr.themes.Default()) as demo:
129
  with gr.Column(visible=visibility, elem_id="main_ui") as main_ui:
130
  gr.Markdown(f"""
131
  # Llama-3 8B Chat
132
- This Space is an Alpha release that demonstrates model [Llama-3-8b-chat](https://huggingface.co/meta-llama/Meta-Llama-3-8B) by Meta, a Llama 3 model with 8B parameters fine-tuned for chat instructions, running on AMD MI210 infrastructure. Feel free to play with it!
133
  """)
134
  chat_interface.render()
135
 
 
129
  with gr.Column(visible=visibility, elem_id="main_ui") as main_ui:
130
  gr.Markdown(f"""
131
  # Llama-3 8B Chat
132
+ This Space is an Alpha release that demonstrates [Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) model running on AMD MI210 infrastructure. The space is built with Meta Llama 3 [License](https://www.llama.com/llama3/license/). Feel free to play with it!
133
  """)
134
  chat_interface.render()
135