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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,5 +103,5 @@ def ACE(file):
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()
 
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",gr.Textbox(show_label=False, placeholder="class", lines=1),gr.Textbox(show_label=False, placeholder="probability", lines=1)])
107
  iface.launch()