Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
| 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")
|