FengHou97 commited on
Commit
a52259e
·
verified ·
1 Parent(s): 8195500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ iface = gr.Interface(shot,
76
  "label",
77
  examples=[
78
  ["car_occlusion.png", "car, bus, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", ""],
79
- ["foggy_motorcycle.png", "car, motorbike, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", ""],
80
  ["night_truck.png", "car, bus, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", "clear, autumn, night, side, no occlusion"],
81
  ["rainy_front_truck.png", "car, bus, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", ""],
82
  ["truck_top.png", "car, bus, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", "clear, summer, day, top, no occlusion"],],
 
76
  "label",
77
  examples=[
78
  ["car_occlusion.png", "car, bus, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", ""],
79
+ ["foggy_motorcycle.png", "car, motorcycle, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", ""],
80
  ["night_truck.png", "car, bus, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", "clear, autumn, night, side, no occlusion"],
81
  ["rainy_front_truck.png", "car, bus, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", ""],
82
  ["truck_top.png", "car, bus, truck", "ViT/B-16", "a photo of a {}", "in {} {} {} from {} with {}.", "clear, summer, day, top, no occlusion"],],