mizoru commited on
Commit
d13cfa6
·
1 Parent(s): 84101d2

Update app.py

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