Spaces:
Running
Running
ThorbenFroehlking
commited on
Commit
·
4eaf58b
1
Parent(s):
17ad0e5
Updated
Browse files- .ipynb_checkpoints/app-checkpoint.py +2 -1
- app.py +2 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -609,7 +609,8 @@ with gr.Blocks(css="""
|
|
609 |
examples=[
|
610 |
["7RPZ", "A"],
|
611 |
["2IWI", "B"],
|
612 |
-
["7LCJ", "R"]
|
|
|
613 |
],
|
614 |
inputs=[pdb_input, segment_input],
|
615 |
outputs=[predictions_output, molecule_output, download_output]
|
|
|
609 |
examples=[
|
610 |
["7RPZ", "A"],
|
611 |
["2IWI", "B"],
|
612 |
+
["7LCJ", "R"],
|
613 |
+
["4OBE", "A"]
|
614 |
],
|
615 |
inputs=[pdb_input, segment_input],
|
616 |
outputs=[predictions_output, molecule_output, download_output]
|
app.py
CHANGED
@@ -609,7 +609,8 @@ with gr.Blocks(css="""
|
|
609 |
examples=[
|
610 |
["7RPZ", "A"],
|
611 |
["2IWI", "B"],
|
612 |
-
["7LCJ", "R"]
|
|
|
613 |
],
|
614 |
inputs=[pdb_input, segment_input],
|
615 |
outputs=[predictions_output, molecule_output, download_output]
|
|
|
609 |
examples=[
|
610 |
["7RPZ", "A"],
|
611 |
["2IWI", "B"],
|
612 |
+
["7LCJ", "R"],
|
613 |
+
["4OBE", "A"]
|
614 |
],
|
615 |
inputs=[pdb_input, segment_input],
|
616 |
outputs=[predictions_output, molecule_output, download_output]
|