kenken999's picture
fdf
f7197e2
raw
history blame
188 Bytes
import gradio as gr
class ImageInputComponent:
def __init__(self):
self.component = gr.Image(label="Image Input")
def get_value(self):
return self.component.value