tobiccino commited on
Commit
aa14d93
1 Parent(s): 2752929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ import os
7
 
8
 
9
  def text_to_speech(text):
 
10
  # prevent too long text
11
  if len(text) > 500:
12
  text = text[:500]
 
7
 
8
 
9
  def text_to_speech(text):
10
+ print("starting")
11
  # prevent too long text
12
  if len(text) > 500:
13
  text = text[:500]