Update app.py
Browse files
app.py
CHANGED
|
@@ -48,8 +48,8 @@ iface = gr.Interface(
|
|
| 48 |
inputs=gr.Image(label="Upload molecular image", show_label=False, height=256),
|
| 49 |
outputs=[
|
| 50 |
gr.Image(label="Prediction", height=256),
|
| 51 |
-
gr.Textbox(label="SMILES"
|
| 52 |
-
gr.Textbox(label="Molfile"
|
| 53 |
],
|
| 54 |
flagging_mode="auto",
|
| 55 |
title="IDEA-OCSR",
|
|
|
|
| 48 |
inputs=gr.Image(label="Upload molecular image", show_label=False, height=256),
|
| 49 |
outputs=[
|
| 50 |
gr.Image(label="Prediction", height=256),
|
| 51 |
+
gr.Textbox(label="SMILES"),
|
| 52 |
+
gr.Textbox(label="Molfile"),
|
| 53 |
],
|
| 54 |
flagging_mode="auto",
|
| 55 |
title="IDEA-OCSR",
|