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