moved webui and updated poetry packages
This commit is contained in:
@@ -6,9 +6,9 @@ from pathlib import Path
|
||||
|
||||
from dotenv import load_dotenv
|
||||
|
||||
from core.database import connect
|
||||
from core.database import upsert_prediction
|
||||
from core.database.classes import VisualCommunication
|
||||
from shared.database import connect
|
||||
from shared.database import upsert_prediction
|
||||
from shared.database.classes import VisualCommunication
|
||||
|
||||
if __name__ == '__main__':
|
||||
# setup logging
|
||||
|
||||
Reference in New Issue
Block a user