yzimmermann commited on
Commit
e8168dc
·
verified ·
1 Parent(s): a117e93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
31
  inputs=gr.Textbox(label="Input SMILES"),
32
  outputs=[
33
  gr.Label(num_top_classes=3, label="Classification Probabilities"),
34
- gr.Image(type="file", label="Molecule Image"),
35
  gr.Textbox(label="Canonical SMILES")
36
  ],
37
  title="FART",
 
31
  inputs=gr.Textbox(label="Input SMILES"),
32
  outputs=[
33
  gr.Label(num_top_classes=3, label="Classification Probabilities"),
34
+ gr.Image(type="filepath", label="Molecule Image"),
35
  gr.Textbox(label="Canonical SMILES")
36
  ],
37
  title="FART",