Spaces:
Sleeping
Sleeping
Remove corrupted sound_manager.py and final version
Browse files- app.py +1 -1
- config.py +0 -1
- sound_manager.py → sound_control.py +0 -0
app.py
CHANGED
|
@@ -13,7 +13,7 @@ import os
|
|
| 13 |
import gradio as gr
|
| 14 |
import numpy as np
|
| 15 |
from typing import Dict
|
| 16 |
-
from
|
| 17 |
from data_processor import EEGDataProcessor
|
| 18 |
from classifier import MotorImageryClassifier
|
| 19 |
from config import DEMO_DATA_PATHS, CONFIDENCE_THRESHOLD
|
|
|
|
| 13 |
import gradio as gr
|
| 14 |
import numpy as np
|
| 15 |
from typing import Dict
|
| 16 |
+
from sound_control import SoundManager
|
| 17 |
from data_processor import EEGDataProcessor
|
| 18 |
from classifier import MotorImageryClassifier
|
| 19 |
from config import DEMO_DATA_PATHS, CONFIDENCE_THRESHOLD
|
config.py
CHANGED
|
@@ -2,7 +2,6 @@
|
|
| 2 |
Configuration settings for the EEG Motor Imagery Music Composer
|
| 3 |
"""
|
| 4 |
|
| 5 |
-
import os
|
| 6 |
from pathlib import Path
|
| 7 |
|
| 8 |
# Data paths
|
|
|
|
| 2 |
Configuration settings for the EEG Motor Imagery Music Composer
|
| 3 |
"""
|
| 4 |
|
|
|
|
| 5 |
from pathlib import Path
|
| 6 |
|
| 7 |
# Data paths
|
sound_manager.py → sound_control.py
RENAMED
|
File without changes
|