Spaces:
Running
on
A10G
Running
on
A10G
Update pipeline.py
Browse files- pipeline.py +1 -1
pipeline.py
CHANGED
@@ -189,7 +189,7 @@ def audio_code_gen_to_result(audio_gen_code_path):
|
|
189 |
def generate_json_file(session_id, input_text, api_key):
|
190 |
output_path = utils.get_session_path(session_id)
|
191 |
# Step 1
|
192 |
-
print(f'session_id={session_id}, Step 1: Writing audio script
|
193 |
return input_text_to_json_script(input_text, output_path, api_key)
|
194 |
|
195 |
# Function call used by Gradio: json to result wav
|
|
|
189 |
def generate_json_file(session_id, input_text, api_key):
|
190 |
output_path = utils.get_session_path(session_id)
|
191 |
# Step 1
|
192 |
+
print(f'session_id={session_id}, Step 1: Writing audio script based on text: {input_text} ...')
|
193 |
return input_text_to_json_script(input_text, output_path, api_key)
|
194 |
|
195 |
# Function call used by Gradio: json to result wav
|