share-test / app.py
abidlabs's picture
abidlabs HF Staff
Create app.py
33dd90b
raw
history blame contribute delete
82 Bytes
import gradio as gr
gr.Interface(lambda x:x, "image", "image").launch(share=True)