Spaces:
Running
Running
Update src/content/agent.py
Browse files- 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 "
|
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 |
|