polejowska commited on
Commit
1882a3e
1 Parent(s): f5a0872

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -75,6 +75,7 @@ def set_example_image(example: list):
75
  with gr.Blocks(css=css) as app:
76
  gr.Markdown(title)
77
  gr.Markdown(description)
 
78
 
79
  with gr.Tabs():
80
  with gr.TabItem("Image upload and detections visualization"):
@@ -145,3 +146,4 @@ with gr.Blocks(css=css) as app:
145
  )
146
 
147
  app.launch(enable_queue=True)
 
 
75
  with gr.Blocks(css=css) as app:
76
  gr.Markdown(title)
77
  gr.Markdown(description)
78
+ img_path = None
79
 
80
  with gr.Tabs():
81
  with gr.TabItem("Image upload and detections visualization"):
 
146
  )
147
 
148
  app.launch(enable_queue=True)
149
+