Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abdeladim-s committed Mar 13, 2024
1 parent d7d12f4 commit b070130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subsai/webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def webui() -> None:
print(f"Media file cannot be previewed: size exceeds the message size limit of {st.web.server.server.get_max_message_size_bytes() / int(1e6):.2f} MB.")
st.info(f'Media file cannot be previewed: size exceeds the size limit of {st.web.server.server.get_max_message_size_bytes() / int(1e6):.2f} MB.'
f' But you can try to run the transcription as usual.', icon="🚨")
st.info(f' You can increase the limit by running: subsai-webui --server.maxUploadSize Your_desired_limit_in_MB')
st.info(f' You can increase the limit by running: subsai-webui --server.maxMessageSize Your_desired_size_limit_in_MB')
st.info(f"If it didn't work, please use the command line interface instead.")
else:
event = st_player(_media_file_base64(st.session_state['file_path']), **options, height=500, key="player")
Expand Down

0 comments on commit b070130

Please sign in to comment.