Commit
·
6951e54
1
Parent(s):
e4e07fa
Revert portg
Browse files
app.py
CHANGED
|
@@ -1094,7 +1094,7 @@ if __name__ == "__main__":
|
|
| 1094 |
try:
|
| 1095 |
# Import your diarization system here
|
| 1096 |
# from your_module import RealtimeSpeakerDiarization
|
| 1097 |
-
|
| 1098 |
|
| 1099 |
# Create the application
|
| 1100 |
app, interface = create_app()
|
|
|
|
| 1094 |
try:
|
| 1095 |
# Import your diarization system here
|
| 1096 |
# from your_module import RealtimeSpeakerDiarization
|
| 1097 |
+
diarization_system = RealtimeSpeakerDiarization()
|
| 1098 |
|
| 1099 |
# Create the application
|
| 1100 |
app, interface = create_app()
|