Aleye commited on
Commit
de6de1b
·
verified ·
1 Parent(s): 0aa8d83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="图片MD5生成器",
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