File size: 405 Bytes
fb87c12
 
37bde17
 
 
 
 
 
 
 
e606da3
 
 
37bde17
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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! 🌟')