Spaces:
Runtime error
Runtime error
tonic
commited on
Commit
•
8cf21a2
1
Parent(s):
568c287
fix import error
Browse files
app.py
CHANGED
@@ -17,6 +17,8 @@ import pandas as pd
|
|
17 |
import pydub
|
18 |
from pydub import AudioSegment
|
19 |
from pydub.utils import make_chunks
|
|
|
|
|
20 |
|
21 |
title = "# Welcome to AyaTonic"
|
22 |
description = "Learn a New Language With Aya"
|
|
|
17 |
import pydub
|
18 |
from pydub import AudioSegment
|
19 |
from pydub.utils import make_chunks
|
20 |
+
from pathlib import Path
|
21 |
+
|
22 |
|
23 |
title = "# Welcome to AyaTonic"
|
24 |
description = "Learn a New Language With Aya"
|