hiyata commited on
Commit
301b9cf
·
verified ·
1 Parent(s): 7a5c7ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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.