代码拉取完成,页面将自动刷新
# import requests
#
# url = "http://localhost:8001/transcribes"
#
# audio_input = {
# "file_path": "E:\\娱乐\\音频\\无心出来过的声音\\无心声音去噪.WAV",
# "device": "cuda:0",
# "model_dir": "D:\\develop\\code\\o3sky-vtai-bi100\\model\\SenseVoiceSmall",
# "vad_model": "fsmn-vad"
# }
#
# response = requests.get(url, json=audio_input)
#
# if response.status_code == 200:
# results = response.json()
# # 输出结果
# for result in results:
# print(f"Start: {result['start']} s, End: {result['end']} s, Text: {result['text']}")
# else:
# print("Error:", response.status_code, response.text)
import os
file_path = r"D:\develop\code\o3sky-vtai-bi100\project\cache\2024-09-13 15-52-00\uploaded.mp4"
directory = os.path.dirname(file_path)
print(directory)
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。