Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -159,6 +159,7 @@ iface = gr.Interface(
|
|
159 |
fn=predict_sequence,
|
160 |
inputs=[
|
161 |
gr.File(label="Upload FASTA file", file_types=[".fasta", ".fa", ".txt"])
|
|
|
162 |
outputs=gr.Textbox(label="Prediction Results", lines=10),
|
163 |
title="Virus Host Classifier",
|
164 |
description="""Upload a FASTA file or paste your sequence to predict whether a virus sequence is likely to infect human or non-human hosts.
|
|
|
159 |
fn=predict_sequence,
|
160 |
inputs=[
|
161 |
gr.File(label="Upload FASTA file", file_types=[".fasta", ".fa", ".txt"])
|
162 |
+
]
|
163 |
outputs=gr.Textbox(label="Prediction Results", lines=10),
|
164 |
title="Virus Host Classifier",
|
165 |
description="""Upload a FASTA file or paste your sequence to predict whether a virus sequence is likely to infect human or non-human hosts.
|