sujr's picture
Update app.py
4984038
raw
history blame
108 Bytes
import gradio as gr
def run(image):
pass
gr.Interface(fn=run, inputs="image", outputs="text").launch()