Spaces:
Runtime error
Runtime error
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() |