ThorbenFroehlking commited on
Commit
a89fdb2
·
1 Parent(s): 889b770
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +6 -6
  2. app.py +6 -6
.ipynb_checkpoints/app-checkpoint.py CHANGED
@@ -632,11 +632,11 @@ with gr.Blocks(css="""
632
  outputs=[predictions_output, molecule_output, download_output]
633
  )
634
 
635
- gr.Interface(
636
- fn=predict_utils,
637
- inputs=gr.Textbox(),
638
- outputs=[gr.JSON(), gr.JSON()],
639
- live=False
640
- )
641
 
642
  demo.launch(share=True)
 
632
  outputs=[predictions_output, molecule_output, download_output]
633
  )
634
 
635
+ #gr.Interface(
636
+ #fn=predict_utils,
637
+ #inputs=gr.Textbox(),
638
+ #outputs=[gr.JSON(), gr.JSON()],
639
+ #live=False
640
+ #)
641
 
642
  demo.launch(share=True)
app.py CHANGED
@@ -632,11 +632,11 @@ with gr.Blocks(css="""
632
  outputs=[predictions_output, molecule_output, download_output]
633
  )
634
 
635
- gr.Interface(
636
- fn=predict_utils,
637
- inputs=gr.Textbox(),
638
- outputs=[gr.JSON(), gr.JSON()],
639
- live=False
640
- )
641
 
642
  demo.launch(share=True)
 
632
  outputs=[predictions_output, molecule_output, download_output]
633
  )
634
 
635
+ #gr.Interface(
636
+ #fn=predict_utils,
637
+ #inputs=gr.Textbox(),
638
+ #outputs=[gr.JSON(), gr.JSON()],
639
+ #live=False
640
+ #)
641
 
642
  demo.launch(share=True)