paulcalzada commited on
Commit
6068077
·
verified ·
1 Parent(s): 1316d52

Update deepv_api_tutorial.py

Browse files
Files changed (1) hide show
  1. deepv_api_tutorial.py +0 -3
deepv_api_tutorial.py CHANGED
@@ -44,9 +44,6 @@ try:
44
  )
45
 
46
  # --- Process the response ---
47
- # The response will be a list or tuple of outputs, in the order
48
- # defined by the `outputs` parameter of your `run_btn.click` function.
49
- # Your outputs are: [out_code, retrieved_list, retrieved_raw]
50
 
51
  generated_code = response[0]
52
 
 
44
  )
45
 
46
  # --- Process the response ---
 
 
 
47
 
48
  generated_code = response[0]
49