This commit is contained in:
ShangGaoG
2023-04-14 04:02:02 +08:00
parent da3bea6c07
commit 9b4971da34
4 changed files with 191 additions and 84 deletions

6
app.py
View File

@@ -7,10 +7,12 @@ from PIL import Image
import numpy as np
from tools.interact_tools import initialize
from tools.interact_tools import SamControler
samc = SamControler()
initialize()
def pause_video(play_state):