Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -53,6 +53,7 @@ def sentence_builder(animal, place):
|
|
53 |
# gradio block
|
54 |
|
55 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as app:
|
|
|
56 |
with gr.Row():
|
57 |
image_box = gr.Image(type="filepath")
|
58 |
|
|
|
53 |
# gradio block
|
54 |
|
55 |
with gr.Blocks(theme='snehilsanyal/scikit-learn') as app:
|
56 |
+
gr.Markdown("## MM COT ##")
|
57 |
with gr.Row():
|
58 |
image_box = gr.Image(type="filepath")
|
59 |
|