joaogante HF staff commited on
Commit
36ddf40
·
1 Parent(s): fad1966

set fig size

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import matplotlib.pyplot as plt
8
  import seaborn as sns
9
  import pandas as pd
10
 
11
- sns.set(rc={'figure.figsize': (9, 6)})
12
 
13
 
14
  # benchmark order: pytorch, tf eager, tf xla; units = ms
 
8
  import seaborn as sns
9
  import pandas as pd
10
 
11
+ sns.set(rc={'figure.figsize': (10, 6)})
12
 
13
 
14
  # benchmark order: pytorch, tf eager, tf xla; units = ms