Manikandan-Alagu commited on
Commit
ddb2631
·
verified ·
1 Parent(s): 0e590dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -145,11 +145,11 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue=gr.themes.colors.purple)
145
 
146
  gr.Markdown("## Image Examples")
147
  gr.Examples(
148
- examples=[os.path.join(os.path.abspath(''), "city.jpg"),
149
- os.path.join(os.path.abspath(''), "household.jpg"),
150
- os.path.join(os.path.abspath(''), "industry.jpg"),
151
- os.path.join(os.path.abspath(''), "retail.jpg"),
152
- os.path.join(os.path.abspath(''), "aerodefence.jpg")],
153
  inputs=image_input,
154
  outputs=image_output,
155
  fn=annotator,
 
145
 
146
  gr.Markdown("## Image Examples")
147
  gr.Examples(
148
+ examples=[os.path.join(os.path.abspath(''), "image/city.jpg"),
149
+ os.path.join(os.path.abspath(''), "image/household.jpg"),
150
+ os.path.join(os.path.abspath(''), "image/industry.jpg"),
151
+ os.path.join(os.path.abspath(''), "image/retail.jpg"),
152
+ os.path.join(os.path.abspath(''), "image/aerodefence.jpg")],
153
  inputs=image_input,
154
  outputs=image_output,
155
  fn=annotator,