Leo8613 commited on
Commit
8eaf927
·
verified ·
1 Parent(s): 7c05905

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -42,6 +42,7 @@ def create_interface():
42
  return interface
43
 
44
  if __name__ == "__main__":
45
- MODEL_PATH = "path/to/your/model.pth" # Define your model path
 
46
  interface = create_interface()
47
  interface.launch()
 
42
  return interface
43
 
44
  if __name__ == "__main__":
45
+ MODEL_PATH = "ColorizeVideo_gen.pth" # Define your model path
46
+
47
  interface = create_interface()
48
  interface.launch()