ThorbenF commited on
Commit
3ae17ec
·
1 Parent(s): 8a9bdb5

Update requirements and make necessary code changes

Browse files
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +1 -1
  2. app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -119,7 +119,7 @@ def predict_protein_sequence(test_one_letter_sequence):
119
  interface = gr.Interface(
120
  fn=predict_protein_sequence,
121
  inputs=gr.Textbox(lines=2, placeholder="Enter protein sequence here..."),
122
- outputs=gr.Textbox() #gr.JSON(), # Use gr.JSON() for list or array-like outputs
123
  title="Protein sequence - Binding site prediction",
124
  description="Enter a protein sequence to predict its possible binding sites.",
125
  )
 
119
  interface = gr.Interface(
120
  fn=predict_protein_sequence,
121
  inputs=gr.Textbox(lines=2, placeholder="Enter protein sequence here..."),
122
+ outputs=gr.Textbox(), #gr.JSON(), # Use gr.JSON() for list or array-like outputs
123
  title="Protein sequence - Binding site prediction",
124
  description="Enter a protein sequence to predict its possible binding sites.",
125
  )
app.py CHANGED
@@ -119,7 +119,7 @@ def predict_protein_sequence(test_one_letter_sequence):
119
  interface = gr.Interface(
120
  fn=predict_protein_sequence,
121
  inputs=gr.Textbox(lines=2, placeholder="Enter protein sequence here..."),
122
- outputs=gr.Textbox() #gr.JSON(), # Use gr.JSON() for list or array-like outputs
123
  title="Protein sequence - Binding site prediction",
124
  description="Enter a protein sequence to predict its possible binding sites.",
125
  )
 
119
  interface = gr.Interface(
120
  fn=predict_protein_sequence,
121
  inputs=gr.Textbox(lines=2, placeholder="Enter protein sequence here..."),
122
+ outputs=gr.Textbox(), #gr.JSON(), # Use gr.JSON() for list or array-like outputs
123
  title="Protein sequence - Binding site prediction",
124
  description="Enter a protein sequence to predict its possible binding sites.",
125
  )