Update app.py
Browse files
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 |
-
|
105 |
-
|
|
|
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()
|