Spaces:
Runtime error
Runtime error
Commit
·
72f428c
1
Parent(s):
2b584be
Upload app.py
Browse files
app.py
CHANGED
|
@@ -61,10 +61,6 @@ def fn(glycan, model):
|
|
| 61 |
return pred
|
| 62 |
|
| 63 |
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
f = fn(class_list)
|
| 67 |
-
|
| 68 |
demo = gr.Interface(
|
| 69 |
fn=fn,
|
| 70 |
inputs=[gr.Textbox(label="Glycan sequence"), gr.Radio(label="Model",choices=["No data augmentation", "Random node deletion"])],
|
|
|
|
| 61 |
return pred
|
| 62 |
|
| 63 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 64 |
demo = gr.Interface(
|
| 65 |
fn=fn,
|
| 66 |
inputs=[gr.Textbox(label="Glycan sequence"), gr.Radio(label="Model",choices=["No data augmentation", "Random node deletion"])],
|