jan-hq commited on
Commit
57367d5
1 Parent(s): 685811f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ examples.extend(bad_examples)
159
  with gr.Blocks() as iface:
160
  gr.Markdown("# Ichigo-llama3-s: Llama3.1 with listening capabilities")
161
  gr.Markdown("Record your voice or upload audio and send it to the model.")
162
- gr.Markdown("Powered by [Homebrew Ltd](https://homebrew.ltd/) | [Read our blog post](https://homebrew.ltd/blog/llama3-just-got-ears)")
163
 
164
  with gr.Row():
165
  input_type = gr.Radio(["text", "audio"], label="Input Type", value="audio")
 
159
  with gr.Blocks() as iface:
160
  gr.Markdown("# Ichigo-llama3-s: Llama3.1 with listening capabilities")
161
  gr.Markdown("Record your voice or upload audio and send it to the model.")
162
+ gr.Markdown("Powered by [Homebrew Ltd](https://homebrew.ltd/) | [Read our blog post](https://homebrew.ltd/blog/llama-learns-to-talk)")
163
 
164
  with gr.Row():
165
  input_type = gr.Radio(["text", "audio"], label="Input Type", value="audio")