awacke1 commited on
Commit
c0897c3
·
1 Parent(s): c712701

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = '/mnt/data/text_output.txt'
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 = {