Spaces:
Runtime error
Runtime error
Commit
·
c00e2e2
1
Parent(s):
d9c8086
minor bug
Browse files- apps/mic.py +1 -7
apps/mic.py
CHANGED
@@ -143,10 +143,4 @@ def app(state):
|
|
143 |
audio_bytes = voicerss_tts(clean_text, lang_id)
|
144 |
st.audio(audio_bytes)
|
145 |
except:
|
146 |
-
st.info("Unabled to generate audio. Please try again in some time."
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
# image_col, intro_col = st.beta_columns([3, 8])
|
151 |
-
# image_col.image("./misc/mic-logo.png", use_column_width="always")
|
152 |
-
# intro_col.write(read_markdown("intro.md"))
|
|
|
143 |
audio_bytes = voicerss_tts(clean_text, lang_id)
|
144 |
st.audio(audio_bytes)
|
145 |
except:
|
146 |
+
st.info("Unabled to generate audio. Please try again in some time.")
|
|
|
|
|
|
|
|
|
|
|
|