tony-assi-lora / app.py
tonyassi's picture
Create app.py
c4bca75 verified
raw
history blame
264 Bytes
import gradio as gr
def genrate(prompt):
return None
with gr.Blocks() as demo:
gr.Markdown("# Tony Assi")
img = gr.Image()
textbox = gr.Textbox()
button = gr.Button("Run")
btn.click(fn=generate, inputs=img, outputs=textbox)
demo.launch()