oucgc1996 commited on
Commit
0fc78f8
·
verified ·
1 Parent(s): 2beb2c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def ACE(file):
103
  with open("ACE.md", "r") as f:
104
  description = f.read()
105
  iface = gr.Interface(fn=ACE,
106
- title="🚀DeepACE: ACE identification model",
107
  inputs=gr.Textbox(show_label=False, placeholder="Enter peptide or protein", lines=4),
108
  outputs= ["file",gr.Textbox(show_label=False, placeholder="class", lines=1),gr.Textbox(show_label=False, placeholder="probability", lines=1)],
109
  description=description)
 
103
  with open("ACE.md", "r") as f:
104
  description = f.read()
105
  iface = gr.Interface(fn=ACE,
106
+ title="🏹DeepACE",
107
  inputs=gr.Textbox(show_label=False, placeholder="Enter peptide or protein", lines=4),
108
  outputs= ["file",gr.Textbox(show_label=False, placeholder="class", lines=1),gr.Textbox(show_label=False, placeholder="probability", lines=1)],
109
  description=description)