KeXing
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,7 @@ demo = gr.Interface(
|
|
| 43 |
fn=greet,
|
| 44 |
# 自定义输入框
|
| 45 |
# 具体设置方法查看官方文档
|
| 46 |
-
inputs=gr.Textbox(lines=3, placeholder="
|
| 47 |
-
outputs="
|
| 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)
|