mayankchugh-learning commited on
Commit
aa2b7a5
1 Parent(s): 1f4f3b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,6 +54,6 @@ demo = gr.Interface(fn=detect_object,
54
  outputs=[gr.Image(label="Processed Image", type="pil")],
55
  title="@IT AI Enthusiast (https://www.youtube.com/@itaienthusiast/) - Project 6: Object Detector",
56
  description="THIS APPLICATION WILL BE USED TO DETECT OBJECT INSIDE THE PROVIDED INPUT IMGAES",
57
- # examples=['Hello Friends, Welcome to my channel. I hope this video helps you understand AI.','Hello friends how are you?'],
58
  concurrency_limit=16)
 
59
  demo.launch()
 
54
  outputs=[gr.Image(label="Processed Image", type="pil")],
55
  title="@IT AI Enthusiast (https://www.youtube.com/@itaienthusiast/) - Project 6: Object Detector",
56
  description="THIS APPLICATION WILL BE USED TO DETECT OBJECT INSIDE THE PROVIDED INPUT IMGAES",
 
57
  concurrency_limit=16)
58
+
59
  demo.launch()