Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,6 +27,7 @@ with gr.Blocks(css=css) as demo:
|
|
27 |
with gr.Column(elem_id="col-container"):
|
28 |
gr.HTML(title)
|
29 |
gr.Image(type="pil")
|
|
|
30 |
|
31 |
|
32 |
demo.launch()
|
|
|
27 |
with gr.Column(elem_id="col-container"):
|
28 |
gr.HTML(title)
|
29 |
gr.Image(type="pil")
|
30 |
+
gr.Button(value="Upload")
|
31 |
|
32 |
|
33 |
demo.launch()
|