Spaces:
Sleeping
Sleeping
import streamlit as st | |
st.title("🦜 WhisperFlow") | |
about = """ | |
The lightning-fast, AI-powered audio and video transcription solution that will revolutionize your content management workflow. | |
""" | |
st.markdown(about) | |
st.link_button("Try WhisperFlow now!", "https://whisperflow.streamlit.app/",type="primary") | |
st.image("微信图片_20240612162920.png",caption='Check out WhisperFlow in action! 🌟') | |