webcam-test / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
5322515 verified
raw
history blame contribute delete
72 Bytes
import gradio as gr
gr.Interface(lambda x:x, "image", "image").launch()