Spaces:
Running
Running
Update
Browse files- .ipynb_checkpoints/app-checkpoint.py +3 -3
- app.py +3 -3
.ipynb_checkpoints/app-checkpoint.py
CHANGED
@@ -261,11 +261,11 @@ with gr.Blocks() as demo:
|
|
261 |
gr.Examples(
|
262 |
examples=[
|
263 |
["2IWI"],
|
264 |
-
["
|
265 |
-
["
|
266 |
],
|
267 |
inputs=[pdb_input],
|
268 |
outputs=[predictions_output, molecule_output, molecule_output]
|
269 |
)
|
270 |
|
271 |
-
demo.launch()
|
|
|
261 |
gr.Examples(
|
262 |
examples=[
|
263 |
["2IWI"],
|
264 |
+
["7RPZ"],
|
265 |
+
["3TJN"]
|
266 |
],
|
267 |
inputs=[pdb_input],
|
268 |
outputs=[predictions_output, molecule_output, molecule_output]
|
269 |
)
|
270 |
|
271 |
+
demo.launch(share=True)
|
app.py
CHANGED
@@ -261,11 +261,11 @@ with gr.Blocks() as demo:
|
|
261 |
gr.Examples(
|
262 |
examples=[
|
263 |
["2IWI"],
|
264 |
-
["
|
265 |
-
["
|
266 |
],
|
267 |
inputs=[pdb_input],
|
268 |
outputs=[predictions_output, molecule_output, molecule_output]
|
269 |
)
|
270 |
|
271 |
-
demo.launch()
|
|
|
261 |
gr.Examples(
|
262 |
examples=[
|
263 |
["2IWI"],
|
264 |
+
["7RPZ"],
|
265 |
+
["3TJN"]
|
266 |
],
|
267 |
inputs=[pdb_input],
|
268 |
outputs=[predictions_output, molecule_output, molecule_output]
|
269 |
)
|
270 |
|
271 |
+
demo.launch(share=True)
|