BhumikaMak commited on
Commit
b16b91f
·
1 Parent(s): 9e7c847

Update: revert -12

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def process_image(sample_choice, uploaded_image, yolo_versions=["yolov5"]):
46
  result_images.append((Image.fromarray(image), f"{yolo_version} not yet implemented."))
47
  return result_images
48
 
49
- with gr.Blocks(css=".orchid-green-bg { background-color: #2f4f4f !important; padding: 20px; }") as interface:
50
  gr.Markdown("# XAI: Visualize Object Detection of Your Models")
51
  gr.Markdown("Select a sample image to visualize object detection.")
52
  default_sample = "Sample 1"
 
46
  result_images.append((Image.fromarray(image), f"{yolo_version} not yet implemented."))
47
  return result_images
48
 
49
+ with gr.Blocks() as interface:
50
  gr.Markdown("# XAI: Visualize Object Detection of Your Models")
51
  gr.Markdown("Select a sample image to visualize object detection.")
52
  default_sample = "Sample 1"