SameerR007 commited on
Commit
202c930
·
1 Parent(s): 13ae349

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -70,5 +70,5 @@ if(uploaded_image!=None):
70
  tts = gTTS(final_output, lang='en')
71
  tts.write_to_fp(sound_file)
72
  st.text("Output:")
73
- st.text(final_output)
74
  st.audio(sound_file)
 
70
  tts = gTTS(final_output, lang='en')
71
  tts.write_to_fp(sound_file)
72
  st.text("Output:")
73
+ st.markdown(final_output)
74
  st.audio(sound_file)