Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|