Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with demo:
|
|
50 |
choices=[x.split('</s> ')[1] for x in dataset['text']],
|
51 |
value=0, min_width=300, type='index')
|
52 |
vis_dropdown = gr.Dropdown(label="Visualization", choices=[x.value for x in VisType] + [f'Layer #{i}' for i in range(num_layers)],
|
53 |
-
min_width=
|
54 |
btn = gr.Button("Run", min_width=30)
|
55 |
output = gr.Plot(label="Plot", container=True)
|
56 |
metrics = gr.Label("Metrics")
|
|
|
50 |
choices=[x.split('</s> ')[1] for x in dataset['text']],
|
51 |
value=0, min_width=300, type='index')
|
52 |
vis_dropdown = gr.Dropdown(label="Visualization", choices=[x.value for x in VisType] + [f'Layer #{i}' for i in range(num_layers)],
|
53 |
+
min_width=70, value=VisType.SUM, type='value')
|
54 |
btn = gr.Button("Run", min_width=30)
|
55 |
output = gr.Plot(label="Plot", container=True)
|
56 |
metrics = gr.Label("Metrics")
|