oucgc1996 commited on
Commit
e84e9ff
·
verified ·
1 Parent(s): 7b2e469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,6 +102,6 @@ def ACE(file):
102
 
103
  iface = gr.Interface(fn=ACE,
104
  title="🚀DeepACE: ACE identification model",
105
- inputs=["text": "Input peptide or protein"],
106
  outputs= ["file": "Download csv","text": "class","text": "probability"])
107
  iface.launch()
 
102
 
103
  iface = gr.Interface(fn=ACE,
104
  title="🚀DeepACE: ACE identification model",
105
+ inputs=gr.Textbox(show_label=False, placeholder="Enter peptide or protein", lines=4),
106
  outputs= ["file": "Download csv","text": "class","text": "probability"])
107
  iface.launch()