BhumikaMak commited on
Commit
91402df
·
1 Parent(s): 9acd672

Update:no attribute style issue.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -113,7 +113,7 @@ interface = gr.Interface(
113
  label="Select Model(s)",
114
  )
115
  ],
116
- outputs=gr.Gallery(label="Results", elem_id="gallery").style(grid=[2], height=500),
117
  title="Visualising the key image features that drive decisions with our explainable AI tool.",
118
  description="XAI: Upload an image to visualize object detection of your models.."
119
  )
 
113
  label="Select Model(s)",
114
  )
115
  ],
116
+ outputs = gr.Gallery(label="Results", elem_id="gallery", rows=2, height=500),
117
  title="Visualising the key image features that drive decisions with our explainable AI tool.",
118
  description="XAI: Upload an image to visualize object detection of your models.."
119
  )