AdarshJi commited on
Commit
ba78d0e
·
verified ·
1 Parent(s): a971aae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ app = Flask(__name__)
10
 
11
  async def TextToAudioFile(text: str, model: str) -> str:
12
  """Converts text to an audio file and returns its base64 encoded string."""
13
- file_path = "main.mp3"
14
 
15
 
16
 
 
10
 
11
  async def TextToAudioFile(text: str, model: str) -> str:
12
  """Converts text to an audio file and returns its base64 encoded string."""
13
+ file_path = "Output/main.mp3"
14
 
15
 
16