Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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("
|
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()
|