Spaces:
Build error
Build error
saicharan2804
commited on
Commit
·
4ccf75e
1
Parent(s):
f0c3735
Fixed error
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from KmerTokenizer import kmer_tokenizer
|
|
| 8 |
# iface = gr.Interface(fn=tem, inputs=["text", "text"], outputs="text")
|
| 9 |
|
| 10 |
iface = gr.Interface(
|
| 11 |
-
fn=
|
| 12 |
inputs=[
|
| 13 |
gr.Textbox(label="SMILES"),
|
| 14 |
gr.Number(label="ngram", default=4, step=1),
|
|
|
|
| 8 |
# iface = gr.Interface(fn=tem, inputs=["text", "text"], outputs="text")
|
| 9 |
|
| 10 |
iface = gr.Interface(
|
| 11 |
+
fn = kmer_tokenizer,
|
| 12 |
inputs=[
|
| 13 |
gr.Textbox(label="SMILES"),
|
| 14 |
gr.Number(label="ngram", default=4, step=1),
|