bishalrauniyar commited on
Commit
11fef55
β€’
1 Parent(s): 953f9e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -59,17 +59,17 @@ outputs = gr.Image(type="filepath", label="Output Image")
59
 
60
  title = "πŸ‘¨β€πŸ’»Made By Team 8848(Aerothon6.0)πŸ‘¨β€πŸ’»: Aircraft Damage Detection with different advanced IOT integrated features."
61
 
62
- examples = [['one.jpg', 640, 0.5, 0.7],
63
- ['two.jpg', 800, 0.5, 0.6],
64
- ['three.jpg', 900, 0.5, 0.8]]
65
 
66
  yolo_app = gr.Interface(
67
  fn=yoloV8_func,
68
  inputs=inputs,
69
  outputs=outputs,
70
  title=title,
71
- examples=examples,
72
- cache_examples=True,
73
  )
74
 
75
  # Launching Gradio interface
 
59
 
60
  title = "πŸ‘¨β€πŸ’»Made By Team 8848(Aerothon6.0)πŸ‘¨β€πŸ’»: Aircraft Damage Detection with different advanced IOT integrated features."
61
 
62
+ # examples = [['one.jpg', 640, 0.5, 0.7],
63
+ # ['two.jpg', 800, 0.5, 0.6],
64
+ # ['three.jpg', 900, 0.5, 0.8]]
65
 
66
  yolo_app = gr.Interface(
67
  fn=yoloV8_func,
68
  inputs=inputs,
69
  outputs=outputs,
70
  title=title,
71
+ # examples=examples,
72
+ # cache_examples=True,
73
  )
74
 
75
  # Launching Gradio interface