7cf4c5259b
- UI is now on customtkinter - new environment.yml file - entry point is now in main.py - minor improvements in audio_transcription
5 lines
106 B
Python
5 lines
106 B
Python
from ui.ui import TranscriberApp
|
|
|
|
if __name__ == "__main__":
|
|
app = TranscriberApp()
|
|
app.mainloop() |