WangQvQ commited on
Commit
da6e5a6
1 Parent(s): eaf9cfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ iface = gr.Interface(
24
  inputs=gr.inputs.Image(type="numpy"), # Specify input type as numpy array
25
  outputs="json",
26
  live=True,
27
- title="BEiT 图像分类",
28
- description="上传一张图像获取分类结果"
29
  )
30
 
31
  if __name__ == "__main__":
 
24
  inputs=gr.inputs.Image(type="numpy"), # Specify input type as numpy array
25
  outputs="json",
26
  live=True,
27
+ title="BEiT Classification",
28
+ description="Upload an image and you will get a description"
29
  )
30
 
31
  if __name__ == "__main__":