KeXing commited on
Commit
4a09b16
1 Parent(s): 053ee5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,7 +43,7 @@ demo = gr.Interface(
43
  fn=greet,
44
  # 自定义输入框
45
  # 具体设置方法查看官方文档
46
- inputs=gr.Textbox(lines=3, placeholder="Name Here...",label="my input"),
47
- outputs="text",
48
  )
49
  demo.launch(share=True)
 
43
  fn=greet,
44
  # 自定义输入框
45
  # 具体设置方法查看官方文档
46
+ inputs=gr.Textbox(lines=3, placeholder="",label="Paste a protein sequence in plain text (not in FASTA format)"),
47
+ outputs="Cluster prediction",
48
  )
49
  demo.launch(share=True)