Update app.py
Browse files
app.py
CHANGED
@@ -87,6 +87,7 @@ def process_audio(input_data, segment_duration=10):
|
|
87 |
]
|
88 |
}
|
89 |
json_output = json.dumps(output_dict, indent=4)
|
|
|
90 |
return json_output
|
91 |
|
92 |
def gradio_interface(audio):
|
|
|
87 |
]
|
88 |
}
|
89 |
json_output = json.dumps(output_dict, indent=4)
|
90 |
+
print(json_output)
|
91 |
return json_output
|
92 |
|
93 |
def gradio_interface(audio):
|