Aalaa commited on
Commit
d0e8f73
·
verified ·
1 Parent(s): acef6ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ image_interface = gr.Interface(
108
  ],
109
  outputs=gr.outputs.Image(type="filepath", label="Output Image"),
110
  title="Smart Environmental Eye (SEE)",
111
- examples=[['image1.jpg', 'alshimaa/SEE_model_yolo7', 640, 0.25, 0.45], ['image2.jpg', 'alshimaa/SEE_model_yolo7', 640, 0.25, 0.45], ['image3.jpg', 'alshimaa/SEE_model_yolo7', 640, 0.25, 0.45]],
112
  cache_examples=True,
113
  theme='huggingface',
114
  )
 
108
  ],
109
  outputs=gr.outputs.Image(type="filepath", label="Output Image"),
110
  title="Smart Environmental Eye (SEE)",
111
+ examples=[['image1.jpg', 'Aalaa/Yolov7_Visual_Pollution_Detection', 640, 0.25, 0.45]],
112
  cache_examples=True,
113
  theme='huggingface',
114
  )