Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
4 |
from fastai.vision.all import *
|
5 |
|
|
|
|
|
6 |
def get_x(df):
|
7 |
return df.path
|
8 |
def get_y(df):
|
@@ -28,7 +29,7 @@ article="<p style='text-align: center'><a href='https://github.com/mldurga/proje
|
|
28 |
|
29 |
interpretation='default'
|
30 |
|
31 |
-
examples = []
|
32 |
|
33 |
enable_queue=True
|
34 |
|
|
|
1 |
import gradio as gr
|
2 |
|
|
|
3 |
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):
|
|
|
29 |
|
30 |
interpretation='default'
|
31 |
|
32 |
+
examples = ['example1.mp3']
|
33 |
|
34 |
enable_queue=True
|
35 |
|