abi / abi/screenshot-to-code

The generating code does not display

未关闭
#505 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Python
星标
78.7k
派生
9.6k
PR 合并指标
30 天内没有已合并 PR

描述

The extract_html_content method code is output,
match = re.search(r"(.*?)", text, re.DOTALL)
Status (variant 0): Generating images...
Status (variant 1): Generating images...
Generating images with model: flux
Generating images with model: flux
Status (variant 0): Code generation complete.
Status (variant 1): Code generation complete.
INFO: connection closed

and the front
ws.addEventListener("message", async (event: MessageEvent) => {
const response = JSON.parse(event.data) as WebSocketResponse;
console.info("Received message00000000", response.type);

end is also output, but there is no response on the interface

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。