goryhon commited on
Commit
825609e
·
verified ·
1 Parent(s): 3e88aa5

Update inference_propainter.py

Browse files
Files changed (1) hide show
  1. inference_propainter.py +1 -1
inference_propainter.py CHANGED
@@ -212,7 +212,7 @@ if __name__ == '__main__':
212
  parser.add_argument(
213
  '--save_frames', action='store_true', help='Save output frames. Default: False')
214
  parser.add_argument(
215
- '--fp16', action='store_true', help='Use fp16 (half precision) during inference. Default: fp32 (single precision).')
216
 
217
  args = parser.parse_args()
218
 
 
212
  parser.add_argument(
213
  '--save_frames', action='store_true', help='Save output frames. Default: False')
214
  parser.add_argument(
215
+ '--fp32', action='store_true', help='Use fp16 (half precision) during inference. Default: fp32 (single precision).')
216
 
217
  args = parser.parse_args()
218