LailaMB commited on
Commit
388d543
·
1 Parent(s): b6570ba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -8
app.py CHANGED
@@ -31,11 +31,6 @@ gr.Interface(
31
  outputs=outputs,
32
  title=title,
33
  description=description,
34
- examples=[["sample_images/IMG_0125.JPG"], ["sample_images/IMG_0129.JPG"],
35
- ["sample_images/IMG_0157.JPG"], ["sample_images/IMG_0158.JPG"]]
36
- ,cache_examples=False
37
- ).launch()
38
-
39
-
40
- visual pollution detection
41
- keremberke/garbage-object-detection
 
31
  outputs=outputs,
32
  title=title,
33
  description=description,
34
+ examples=[["sample_images/0a1ea4614a9df912eeb8d1b40bffee74.JPG"], ["sample_images/0a2bc0dc2371794509f4b776aff0dd88.JPG"],
35
+ ["sample_images/0a4e0e88a05abd96670c8c0c3a67fc73.JPG"], ["sample_images/0a584ddb325ed1ab4083d341280caaa8.JPG"]]
36
+ ,cache_examples=False).launch()