Spaces:
Sleeping
Sleeping
Update pages/04_π_Upload_Audio_File.py
Browse files
pages/04_π_Upload_Audio_File.py
CHANGED
@@ -13,6 +13,9 @@ import os
|
|
13 |
|
14 |
st.set_page_config(page_title="Auto Transcriber", page_icon="π", layout="wide")
|
15 |
|
|
|
|
|
|
|
16 |
# Define a function that we can use to load lottie files from a link.
|
17 |
@st.cache(allow_output_mutation=True)
|
18 |
def load_lottieurl(url: str):
|
|
|
13 |
|
14 |
st.set_page_config(page_title="Auto Transcriber", page_icon="π", layout="wide")
|
15 |
|
16 |
+
# Sema Translator
|
17 |
+
Public_Url = 'https://lewiskimaru-helloworld.hf.space' #endpoint
|
18 |
+
|
19 |
# Define a function that we can use to load lottie files from a link.
|
20 |
@st.cache(allow_output_mutation=True)
|
21 |
def load_lottieurl(url: str):
|