Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ prefix = "/data/" # "data/" if local or not persistent in HF
|
|
| 26 |
############### CHAT ###################
|
| 27 |
def predict(user_input, history):
|
| 28 |
max_length = 500
|
| 29 |
-
transcript_file_path = "transcript.txt"
|
| 30 |
transcript = "" # Initialize the transcript variable
|
| 31 |
|
| 32 |
if user_input == tx:
|
|
|
|
| 26 |
############### CHAT ###################
|
| 27 |
def predict(user_input, history):
|
| 28 |
max_length = 500
|
| 29 |
+
transcript_file_path = f"{prefix}{coach_code}-transcript.txt"
|
| 30 |
transcript = "" # Initialize the transcript variable
|
| 31 |
|
| 32 |
if user_input == tx:
|