Spaces:
Sleeping
Sleeping
Commit
·
d3be2e1
1
Parent(s):
d7ac3f6
feat: change result structure
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def gradio_process_fasta(fasta_text):
|
|
148 |
interface = gr.Interface(
|
149 |
fn=gradio_process_fasta,
|
150 |
inputs=gr.Textbox(
|
151 |
-
label="Enter FASTA format text", lines=
|
152 |
),
|
153 |
outputs=gr.JSON(label="Processed FASTA Dictionary with Probabilities and Classes"),
|
154 |
title="xBitterT5",
|
|
|
148 |
interface = gr.Interface(
|
149 |
fn=gradio_process_fasta,
|
150 |
inputs=gr.Textbox(
|
151 |
+
label="Enter FASTA format text", lines=128, placeholder=">id1\nATGC\n>id2\nCGTA"
|
152 |
),
|
153 |
outputs=gr.JSON(label="Processed FASTA Dictionary with Probabilities and Classes"),
|
154 |
title="xBitterT5",
|