Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ with gr.Blocks(css=css) as demo:
|
|
87 |
with gr.Column(elem_id="col-container"):
|
88 |
gr.HTML(title)
|
89 |
gr.Image(type="pil")
|
90 |
-
gr.Button(value="Upload")
|
91 |
|
92 |
|
93 |
demo.launch()
|
|
|
87 |
with gr.Column(elem_id="col-container"):
|
88 |
gr.HTML(title)
|
89 |
gr.Image(type="pil")
|
90 |
+
gr.Button(value="Upload", variant="primary")
|
91 |
|
92 |
|
93 |
demo.launch()
|