#4841 fix 4777

Merged
zouap merged 2 commits from fix-4777 into V20231102 6 months ago
  1. +1
    -1
      web_src/js/features/cloudrbanin.js
  2. +3
    -3
      web_src/vuepages/langs/config/zh-CN.js

+ 1
- 1
web_src/js/features/cloudrbanin.js View File

@@ -22,7 +22,7 @@ export default async function initCloudrain() {
$(document).ready(loadJobStatus);
$(document).ready(loadShowJobStatus);
function loadJobStatus() {
let flagStopInterval = 1
let flagStopInterval = 0
$(".job-status").each((index, job) => {
const ID = job.dataset.jobid;
const cloudbrainID = job.dataset.cloudbrainid;


+ 3
- 3
web_src/vuepages/langs/config/zh-CN.js View File

@@ -693,12 +693,12 @@ const zh = {
tips2: '需要简单的调整原先gradio代码启动webui的方式,仅在开头和结尾稍微修改下原始代码,平台会使用fastapi方式启动webui服务。',
tips3: '以上为gradio方式平台启动固定需要的代码',
tips4: '以下为平台固定需要的代码 替换gradio的demo.launch()启动方式',
tips5: '代码需要在调试环境下先确定原先gradio代码运行没有错误,确保代码能跑起来,不然在线推理会直接呈现successd或failed状态,因为在线推理目前没有代码运行错误的消息提示反馈。',
tips5: '因为在线推理目前没有代码运行错误的消息提示反馈,代码需要在调试环境下先确定原先gradio代码运行没有错误,确保代码能跑起来,不然在线推理会直接呈现succeeded或failed状态。',
tips61: '详细使用方法可查看',
tips62:'使用样代码仓',
tips62:'使用样代码仓',
tips7: '不再提示',
tips8: '关闭',
tips9: 'OpenI在线推理部署知',
tips9: 'OpenI在线推理部署知',
tips10: '您的原始gradio webui代码',
}



Loading…
Cancel
Save