fix video recorder for iphone

This commit is contained in:
Ali Abid 2021-12-01 02:33:39 +00:00
parent c36a3ad1a4
commit 31fc494d10

View File

@ -6,4 +6,4 @@ def video_flip(video):
iface = gr.Interface(video_flip, gr.inputs.Video(source="webcam"), "playable_video")
if __name__ == "__main__":
iface.launch(share=True)
iface.launch()