sohojoe commited on
Commit
5ace8a4
1 Parent(s): 7925882
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ async def main():
115
  rtc_configuration={"iceServers": get_ice_servers()},
116
  async_processing=True,
117
  )
118
- system_one_audio_status = st.markdown("Initializing... may to some time (caching models, etc.)")
119
 
120
  if not webrtc_ctx.state.playing:
121
  exit
 
115
  rtc_configuration={"iceServers": get_ice_servers()},
116
  async_processing=True,
117
  )
118
+ system_one_audio_status = st.markdown("Initializing... may take some time (caching models, etc.)")
119
 
120
  if not webrtc_ctx.state.playing:
121
  exit