prateekbh commited on
Commit
14901fa
·
verified ·
1 Parent(s): bc3802f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()