csprojectworkspace commited on
Commit
88330a7
·
verified ·
1 Parent(s): 4278bb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,4 @@
1
- ```python
2
  import gradio as gr
3
  from ultralytics import YOLO
4
  from PIL import Image
@@ -52,4 +52,3 @@ demo = gr.Interface(
52
  description="Upload an image and detect objects"
53
  )
54
  demo.launch()
55
- ```
 
1
+
2
  import gradio as gr
3
  from ultralytics import YOLO
4
  from PIL import Image
 
52
  description="Upload an image and detect objects"
53
  )
54
  demo.launch()