Update app.py
Browse files
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)))
|