omarperacha commited on
Commit
6af3edb
1 Parent(s): 6b186f0
app.py CHANGED
@@ -7,5 +7,5 @@ def pred(seq):
7
  return "Hello " + seq + "!!"
8
 
9
 
10
- iface = gr.Interface(fn=pred, inputs="amino acid sequence", outputs="secondary structure sequence")
11
  iface.launch()
 
7
  return "Hello " + seq + "!!"
8
 
9
 
10
+ iface = gr.Interface(fn=pred, inputs="text", outputs="text")
11
  iface.launch()
ps4_models/__pycache__/classifiers.cpython-39.pyc ADDED
Binary file (4.18 kB). View file