ThorbenF commited on
Commit
088d0d1
·
1 Parent(s): 11bcc1a
Files changed (2) hide show
  1. .ipynb_checkpoints/app-checkpoint.py +3 -3
  2. 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
- ["1ABC"],
265
- ["4HHB"]
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
- ["1ABC"],
265
- ["4HHB"]
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)