taka-yamakoshi
commited on
Commit
•
2641f9d
1
Parent(s):
c2e2449
remove style
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ def run_intervention(interventions,batch_size,model,masked_ids_option_1,masked_i
|
|
161 |
|
162 |
if __name__=='__main__':
|
163 |
wide_setup()
|
164 |
-
load_css('style.css')
|
165 |
tokenizer,model = load_model()
|
166 |
num_layers, num_heads = 12, 64
|
167 |
mask_id = tokenizer('[MASK]').input_ids[1:-1][0]
|
|
|
161 |
|
162 |
if __name__=='__main__':
|
163 |
wide_setup()
|
164 |
+
#load_css('style.css')
|
165 |
tokenizer,model = load_model()
|
166 |
num_layers, num_heads = 12, 64
|
167 |
mask_id = tokenizer('[MASK]').input_ids[1:-1][0]
|
style.css
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
div.stButton > button:first-child {
|
2 |
-
color: #4f8bf9;
|
3 |
-
font-size: 0.5rem;
|
4 |
-
}
|
|
|
|
|
|
|
|
|
|