Spaces:
Running
Running
ThorbenFroehlking
commited on
Commit
·
a89fdb2
1
Parent(s):
889b770
Updated
Browse files- .ipynb_checkpoints/app-checkpoint.py +6 -6
- 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)
|