wodesq commited on
Commit
a876ea0
1 Parent(s): 2d9b486

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ if __name__ =="__main__":
55
  with gr.Row() as row:
56
  with gr.Column():
57
  img_input = gr.Image(type="filepath")
58
- out_input = gr.Textbox(lable='自定义类别')
59
  text_btn = gr.Button("提交")
60
 
61
  with gr.Column(scale=5):
 
55
  with gr.Row() as row:
56
  with gr.Column():
57
  img_input = gr.Image(type="filepath")
58
+ out_input = gr.Textbox(lable='自定义类别',placeholder='输入自定义类别,例如:猫,狗,兔子')
59
  text_btn = gr.Button("提交")
60
 
61
  with gr.Column(scale=5):