Spaces:
Sleeping
Sleeping
Add app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ from pydub import AudioSegment
|
|
| 13 |
import hexachords
|
| 14 |
|
| 15 |
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
| 16 |
-
configure.run()
|
| 17 |
|
| 18 |
|
| 19 |
def is_fsynth_installed():
|
|
|
|
| 13 |
import hexachords
|
| 14 |
|
| 15 |
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
|
| 16 |
+
# configure.run()
|
| 17 |
|
| 18 |
|
| 19 |
def is_fsynth_installed():
|