franciszzj commited on
Commit
97d323b
1 Parent(s): f971f0c

update app

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -114,12 +114,6 @@ class LeffaPredictor(object):
114
 
115
 
116
  if __name__ == "__main__":
117
- # import sys
118
-
119
- # src_image_path = sys.argv[1]
120
- # ref_image_path = sys.argv[2]
121
- # control_type = sys.argv[3]
122
- # leffa_predict(src_image_path, ref_image_path, control_type)
123
 
124
  leffa_predictor = LeffaPredictor()
125
  example_dir = "./ckpts/examples"
 
114
 
115
 
116
  if __name__ == "__main__":
 
 
 
 
 
 
117
 
118
  leffa_predictor = LeffaPredictor()
119
  example_dir = "./ckpts/examples"