KeXing commited on
Commit
6da398d
1 Parent(s): 4a09b16

Update app.py

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