QuietImpostor
commited on
Commit
•
ad181b3
1
Parent(s):
d748bfc
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,9 @@ examples.extend(bad_examples)
|
|
148 |
with gr.Blocks() as iface:
|
149 |
gr.Markdown("# Llama3.2s Mini: checkpoint September 26, 2024")
|
150 |
gr.Markdown("Enter text to convert to audio, then submit the audio to generate text or Upload Audio")
|
151 |
-
gr.Markdown("Inspired by [Homebrew Ltd](https://homebrew.ltd/) | [Read
|
|
|
|
|
152 |
|
153 |
with gr.Row():
|
154 |
input_type = gr.Radio(["text", "audio"], label="Input Type", value="audio")
|
|
|
148 |
with gr.Blocks() as iface:
|
149 |
gr.Markdown("# Llama3.2s Mini: checkpoint September 26, 2024")
|
150 |
gr.Markdown("Enter text to convert to audio, then submit the audio to generate text or Upload Audio")
|
151 |
+
gr.Markdown("Inspired by [Homebrew Ltd](https://homebrew.ltd/) | [Read their blog post](https://homebrew.ltd/blog/llama3-just-got-ears)")
|
152 |
+
gr.Markdown("Llama 3.2s 1B Instruct trained on ~36k samples from [homebrewltd/instruction-speech-whispervq-v2](https://www.huggingface.co/homebrewltd/instruction-speech-whispervq-v2).")
|
153 |
+
gr.Markdown("**WARNING**: This model is extremely undertrained. Do not expect accurate, or even relevant content.")
|
154 |
|
155 |
with gr.Row():
|
156 |
input_type = gr.Radio(["text", "audio"], label="Input Type", value="audio")
|