Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ app = gr.Interface(
|
|
| 48 |
fn=get_image_md5,
|
| 49 |
inputs=gr.Textbox(label="图片URL", placeholder="请输入图片URL地址"),
|
| 50 |
outputs=gr.Textbox(label="结果 (JSON格式)", lines=10),
|
| 51 |
-
title="
|
| 52 |
description="输入图片URL,获取图片的MD5值,返回JSON格式结果"
|
| 53 |
)
|
| 54 |
|
|
|
|
| 48 |
fn=get_image_md5,
|
| 49 |
inputs=gr.Textbox(label="图片URL", placeholder="请输入图片URL地址"),
|
| 50 |
outputs=gr.Textbox(label="结果 (JSON格式)", lines=10),
|
| 51 |
+
title="文子,收你来了",
|
| 52 |
description="输入图片URL,获取图片的MD5值,返回JSON格式结果"
|
| 53 |
)
|
| 54 |
|