Commit
·
f8004f8
1
Parent(s):
b457cd5
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ if __name__ == '__main__':
|
|
81 |
demo = gr.Interface(fn=predict,
|
82 |
inputs=[gr.Audio(type="filepath"),
|
83 |
gr.Textbox(value='What can be inferred from the spoken text and sounds? Why?', label='Edit the textbox to ask your own questions!'),
|
84 |
-
gr.Radio(["7B (Default)", "13B (Beta)"], value='7B (Default)', label="LLM size", info="All experiments are 7B LLM.")],
|
85 |
outputs=[gr.Textbox(label="LTU-AS-Output")],
|
86 |
cache_examples=True,
|
87 |
title="Demo of LTU-AS",
|
|
|
81 |
demo = gr.Interface(fn=predict,
|
82 |
inputs=[gr.Audio(type="filepath"),
|
83 |
gr.Textbox(value='What can be inferred from the spoken text and sounds? Why?', label='Edit the textbox to ask your own questions!'),
|
84 |
+
gr.Radio(["7B (Default)", "13B (Beta)"], value='7B (Default)', label="LLM size", info="All experiments in the ASRU paper are 7B LLM.")],
|
85 |
outputs=[gr.Textbox(label="LTU-AS-Output")],
|
86 |
cache_examples=True,
|
87 |
title="Demo of LTU-AS",
|