Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ function copyToClipboard(text) {
|
|
237 |
|
238 |
with gr.Blocks(theme=gr.themes.Soft(), title="AI 图像标签分析器", css=custom_css, js=_js_functions) as demo:
|
239 |
gr.Markdown("# 🖼️ AI 图像标签分析器")
|
240 |
-
gr.Markdown("上传图片自动识别标签,支持中英文显示。[在线体验AI绘画](https://nai.idlecloud.cc/
|
241 |
|
242 |
state_res = gr.State({})
|
243 |
state_translations_dict = gr.State({})
|
|
|
237 |
|
238 |
with gr.Blocks(theme=gr.themes.Soft(), title="AI 图像标签分析器", css=custom_css, js=_js_functions) as demo:
|
239 |
gr.Markdown("# 🖼️ AI 图像标签分析器")
|
240 |
+
gr.Markdown("上传图片自动识别标签,支持中英文显示。[在线体验AI绘画](https://nai.idlecloud.cc/)")
|
241 |
|
242 |
state_res = gr.State({})
|
243 |
state_translations_dict = gr.State({})
|