YingxuHe commited on
Commit
002f06c
·
verified ·
1 Parent(s): 1b65984

Update src/content/agent.py

Browse files
Files changed (1) hide show
  1. src/content/agent.py +1 -1
src/content/agent.py CHANGED
@@ -49,7 +49,7 @@ def _update_audio(audio_bytes):
49
 
50
  @st.fragment
51
  def successful_example_section():
52
- audio_sample_names = [name for name in AUDIO_SAMPLES_W_INSTRUCT.keys() if "Paralinguistic" in name]
53
 
54
  st.markdown(":fire: **Successful Tasks and Examples**")
55
 
 
49
 
50
  @st.fragment
51
  def successful_example_section():
52
+ audio_sample_names = [name for name in AUDIO_SAMPLES_W_INSTRUCT.keys() if "Paral" in name]
53
 
54
  st.markdown(":fire: **Successful Tasks and Examples**")
55