son9john commited on
Commit
131f4cd
·
1 Parent(s): 1091053

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -60,7 +60,6 @@ def transcribe(audio, text):
60
  # continue
61
 
62
  # Append the number of tokens used to the end of the chat transcript
63
- chat_transcript += f"\n\nNumber of tokens used: {num_tokens}\n\n"
64
  df = pd.DataFrame([chat_transcript])
65
  # Get the current time in Eastern Time (ET)
66
  now_et = datetime.now(timezone(timedelta(hours=-4)))
 
60
  # continue
61
 
62
  # Append the number of tokens used to the end of the chat transcript
 
63
  df = pd.DataFrame([chat_transcript])
64
  # Get the current time in Eastern Time (ET)
65
  now_et = datetime.now(timezone(timedelta(hours=-4)))