Spaces:
Running
Running
add groups , interface, howto images
Browse files
app.py
CHANGED
|
@@ -173,9 +173,14 @@ with gr.Blocks(theme=gr.themes.Base()) as demo:
|
|
| 173 |
with gr.Group():
|
| 174 |
gr.Markdown(howto)
|
| 175 |
with gr.Row():
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 179 |
|
| 180 |
with gr.Row():
|
| 181 |
with gr.Column(scale=1):
|
|
|
|
| 173 |
with gr.Group():
|
| 174 |
gr.Markdown(howto)
|
| 175 |
with gr.Row():
|
| 176 |
+
with gr.Column():
|
| 177 |
+
gr.Image("res/image/howto_1.png", label="Select the Following Parameters")
|
| 178 |
+
with gr.Column():
|
| 179 |
+
gr.Image("res/image/howto_2.png", label="Click on Paintbrush in the Image Editor")
|
| 180 |
+
with gr.Column():
|
| 181 |
+
gr.Image("res/image/howto_3.png", label="Select your Brush Color (Red)")
|
| 182 |
+
with gr.Column():
|
| 183 |
+
gr.Image("res/image/howto_4.png", label="Make a Box Around The Text")
|
| 184 |
|
| 185 |
with gr.Row():
|
| 186 |
with gr.Column(scale=1):
|