Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from datetime import datetime
|
|
7 |
from audio_recorder_streamlit import audio_recorder
|
8 |
|
9 |
# Filepath for saving the text
|
10 |
-
file_path = '
|
11 |
|
12 |
API_URL = 'https://tonpixzfvq3791u9.us-east-1.aws.endpoints.huggingface.cloud'
|
13 |
headers = {
|
|
|
7 |
from audio_recorder_streamlit import audio_recorder
|
8 |
|
9 |
# Filepath for saving the text
|
10 |
+
file_path = 'text_output.txt'
|
11 |
|
12 |
API_URL = 'https://tonpixzfvq3791u9.us-east-1.aws.endpoints.huggingface.cloud'
|
13 |
headers = {
|