mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-21 02:19:59 +08:00
fix video recorder for iphone
This commit is contained in:
parent
c36a3ad1a4
commit
31fc494d10
@ -6,4 +6,4 @@ def video_flip(video):
|
|||||||
iface = gr.Interface(video_flip, gr.inputs.Video(source="webcam"), "playable_video")
|
iface = gr.Interface(video_flip, gr.inputs.Video(source="webcam"), "playable_video")
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
iface.launch(share=True)
|
iface.launch()
|
||||||
|
Loading…
Reference in New Issue
Block a user