mizoru commited on
Commit
6d84a1e
·
1 Parent(s): d13cfa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from fastai.vision.all import *
4
 
5
  from fastaudio.core.all import *
6
 
7
- %config InlineBackend.figure_format = 'retina'
8
 
9
  def get_x(df):
10
  return df.path
 
4
 
5
  from fastaudio.core.all import *
6
 
7
+ matplotlib.rcParams['figure.dpi'] = 300
8
 
9
  def get_x(df):
10
  return df.path