Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ if __name__ == "__main__":
|
|
| 62 |
)
|
| 63 |
|
| 64 |
with gr.Blocks(title="ImageAlchemy") as demo:
|
| 65 |
-
gr.Markdown("""<h1><center>
|
| 66 |
with gr.Row():
|
| 67 |
img_input = gr.Image(type="pil", height=360, width=360, label="Input image")
|
| 68 |
img_output = gr.AnnotatedImage(label="Predictions", height=360, width=360, color_map=class2hexcolor)
|
|
|
|
| 62 |
)
|
| 63 |
|
| 64 |
with gr.Blocks(title="ImageAlchemy") as demo:
|
| 65 |
+
gr.Markdown("""<h1><center>ImageAlchemy</center></h1>""")
|
| 66 |
with gr.Row():
|
| 67 |
img_input = gr.Image(type="pil", height=360, width=360, label="Input image")
|
| 68 |
img_output = gr.AnnotatedImage(label="Predictions", height=360, width=360, color_map=class2hexcolor)
|