abidlabs's picture
abidlabs HF Staff
Update app.py
605529d
raw
history blame contribute delete
123 Bytes
import gradio as gr
io = gr.Interface(lambda x:x, gr.Image(type="filepath"), gr.Textbox())
app, local, share = io.launch()