Simon Dürr commited on
Commit
f624b87
1 Parent(s): bebad14

fix blocks

Browse files
Files changed (1) hide show
  1. inference_app.py +1 -1
inference_app.py CHANGED
@@ -14,7 +14,7 @@ def predict (input_sequence, input_ligand):
14
  run_time = end_time - start_time
15
  return None, run_time
16
 
17
- with gr.Blocks as app:
18
 
19
  gr.Markdown("# Template for inference")
20
 
 
14
  run_time = end_time - start_time
15
  return None, run_time
16
 
17
+ with gr.Blocks() as app:
18
 
19
  gr.Markdown("# Template for inference")
20