Spaces:
Runtime error
Runtime error
Update main.py
Browse files
main.py
CHANGED
@@ -22,8 +22,8 @@ def config():
|
|
22 |
st.set_page_config(page_title="Speech to Text / μμ±μ ν
μ€νΈλ‘", page_icon="π")
|
23 |
|
24 |
# Create a data directory to store our audio files
|
25 |
-
if not os.path.exists("
|
26 |
-
os.makedirs("
|
27 |
|
28 |
# Initialize session state variables
|
29 |
if 'page_index' not in st.session_state:
|
|
|
22 |
st.set_page_config(page_title="Speech to Text / μμ±μ ν
μ€νΈλ‘", page_icon="π")
|
23 |
|
24 |
# Create a data directory to store our audio files
|
25 |
+
if not os.path.exists("whisper_app/data"):
|
26 |
+
os.makedirs("whisper_app/data")
|
27 |
|
28 |
# Initialize session state variables
|
29 |
if 'page_index' not in st.session_state:
|