Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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/
|
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")
|