Spaces:
Paused
Paused
Update inference_propainter.py
Browse files- 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 |
-
'--
|
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 |
|