kcz358 commited on
Commit
7632010
·
verified ·
1 Parent(s): d6910a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ with gr.Blocks() as demo:
216
  with gr.Row():
217
  with gr.Column():
218
  image = gr.Image(type="pil", interactive=True, label="Sample Image")
219
- topk_features = gr.Textbox(value=topk_indices, placeholder="Top 200 Features", label="Top 100 Features", max_lines=5)
220
  known_explanation = gr.DataFrame(headers=["Feature", "Auto Interp Explanation"], label="Auto Interp Explanations")
221
  with gr.Row():
222
  clear_btn = gr.ClearButton([image, topk_features], value="Clear")
 
216
  with gr.Row():
217
  with gr.Column():
218
  image = gr.Image(type="pil", interactive=True, label="Sample Image")
219
+ topk_features = gr.Textbox(value=topk_indices, placeholder="Top 200 Features", label="Top 200 Features", max_lines=5)
220
  known_explanation = gr.DataFrame(headers=["Feature", "Auto Interp Explanation"], label="Auto Interp Explanations")
221
  with gr.Row():
222
  clear_btn = gr.ClearButton([image, topk_features], value="Clear")