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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -101,6 +101,7 @@ def ACE(file):
101
  return 'output.csv', out_text, out_prob
102
 
103
  iface = gr.Interface(fn=ACE,
104
- inputs="text",
105
- outputs= ["file","text","text"])
 
106
  iface.launch()
 
101
  return 'output.csv', out_text, out_prob
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()