csprojectworkspace commited on
Commit
5ac9b3d
·
verified ·
1 Parent(s): 7309d7f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,4 +23,5 @@ demo = gr.Interface(
23
  description="Upload an image and detect objects"
24
  )
25
 
26
- demo.launch()
 
 
23
  description="Upload an image and detect objects"
24
  )
25
 
26
+ demo.launch()
27
+ print(model.names)