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