v0.1.5推理界面的ui

想用gradio写个ui,无果
放弃
写了一个单独的推理界面可视化ui,有bug之后修
This commit is contained in:
SengokuCola
2025-02-27 20:21:21 +08:00
parent 6fe44aba55
commit 3034c36717
12 changed files with 450 additions and 401 deletions

View File

@@ -98,12 +98,10 @@ class CQCode:
# 添加更多请求头
headers = {
'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36',
'Accept': 'image/webp,image/apng,image/*,*/*;q=0.8',
'User-Agent': 'QQ/8.9.68.11565 CFNetwork/1220.1 Darwin/20.3.0',
'Accept': 'image/*;q=0.8',
'Accept-Encoding': 'gzip, deflate, br',
'Connection': 'keep-alive',
'Referer': 'https://multimedia.nt.qq.com.cn',
'Origin': 'https://multimedia.nt.qq.com.cn',
'Cache-Control': 'no-cache',
'Pragma': 'no-cache'
}