yuangongfdu commited on
Commit
8c1e172
1 Parent(s): 47cdf80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ if __name__ == '__main__':
62
  demo = gr.Interface(fn=predict,
63
  inputs=[gr.Audio(type="filepath"),
64
  gr.Textbox(value='What can be inferred from the spoken text and sounds? Why?', label='Edit the textbox to ask your own questions!'),
65
- gr.Radio(["7B (Default)", "13B (Beta)"], value='7B (Default)', label="LLM size", info="All experiments are 7B LLM.")],
66
  outputs=[gr.Textbox(label="LTU-AS-Output")],
67
  cache_examples=True,
68
  title="Demo of LTU-AS",
 
62
  demo = gr.Interface(fn=predict,
63
  inputs=[gr.Audio(type="filepath"),
64
  gr.Textbox(value='What can be inferred from the spoken text and sounds? Why?', label='Edit the textbox to ask your own questions!'),
65
+ gr.Radio(["7B (Default)", "13B (Beta)"], value='7B (Default)', label="LLM size", info="All experiments in the ASRU 2023 paper are 7B LLM.")],
66
  outputs=[gr.Textbox(label="LTU-AS-Output")],
67
  cache_examples=True,
68
  title="Demo of LTU-AS",