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