Spaces:
Running
Running
ThorbenFroehlking
commited on
Commit
·
66f964e
1
Parent(s):
1f10fe3
Update
Browse files- .ipynb_checkpoints/app-checkpoint.py +1 -1
- app.py +1 -1
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -259,7 +259,7 @@ with gr.Blocks() as demo:
|
|
259 |
examples=[
|
260 |
["7RPZ", "A"],
|
261 |
["2IWI", "B"],
|
262 |
-
["
|
263 |
],
|
264 |
inputs=[pdb_input, segment_input],
|
265 |
outputs=[predictions_output, molecule_output, download_output]
|
|
|
259 |
examples=[
|
260 |
["7RPZ", "A"],
|
261 |
["2IWI", "B"],
|
262 |
+
["2F6V", "A"]
|
263 |
],
|
264 |
inputs=[pdb_input, segment_input],
|
265 |
outputs=[predictions_output, molecule_output, download_output]
|
app.py
CHANGED
@@ -259,7 +259,7 @@ with gr.Blocks() as demo:
|
|
259 |
examples=[
|
260 |
["7RPZ", "A"],
|
261 |
["2IWI", "B"],
|
262 |
-
["
|
263 |
],
|
264 |
inputs=[pdb_input, segment_input],
|
265 |
outputs=[predictions_output, molecule_output, download_output]
|
|
|
259 |
examples=[
|
260 |
["7RPZ", "A"],
|
261 |
["2IWI", "B"],
|
262 |
+
["2F6V", "A"]
|
263 |
],
|
264 |
inputs=[pdb_input, segment_input],
|
265 |
outputs=[predictions_output, molecule_output, download_output]
|