tonyassi commited on
Commit
a899bea
·
verified ·
1 Parent(s): de1a3cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,7 +15,7 @@ with gr.Blocks(theme=theme) as demo:
15
  gr.Markdown("# Tony Assi")
16
  img = gr.Image()
17
  textbox = gr.Textbox()
18
- button = gr.Button("Run")
19
  button.click(fn=generate, inputs=textbox, outputs=img)
20
 
21
  demo.launch()
 
15
  gr.Markdown("# Tony Assi")
16
  img = gr.Image()
17
  textbox = gr.Textbox()
18
+ button = gr.Button("generate")
19
  button.click(fn=generate, inputs=textbox, outputs=img)
20
 
21
  demo.launch()