Skip to content

Commit

Permalink
Debugging and unnecessary imports removed
Browse files Browse the repository at this point in the history
  • Loading branch information
SAint7579 committed Oct 26, 2023
1 parent 2ccf27b commit 659e775
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
from mangum import Mangum
from moviepy.editor import VideoFileClip
from PIL import Image
import kiui

app = FastAPI()
handler = Mangum(app)
Expand Down
1 change: 0 additions & 1 deletion step1.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ def __init__(self, opt):

# load input data from cmdline
if self.opt.input is not None:
print(self.opt.input)
self.load_input(self.opt.input)

# override prompt from cmdline
Expand Down

0 comments on commit 659e775

Please sign in to comment.