mirror of
https://github.com/gradio-app/gradio.git
synced 2024-12-15 02:11:15 +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")
|
||||
|
||||
if __name__ == "__main__":
|
||||
iface.launch(share=True)
|
||||
iface.launch()
|
||||
|
Loading…
Reference in New Issue
Block a user