Update app.py
Browse files
app.py
CHANGED
|
@@ -132,6 +132,7 @@ with gr.Blocks() as demo:
|
|
| 132 |
sources=["upload"],
|
| 133 |
image_mode='RGB',
|
| 134 |
layers=False
|
|
|
|
| 135 |
|
| 136 |
with gr.Row():
|
| 137 |
input_text_component = gr.Text(
|
|
|
|
| 132 |
sources=["upload"],
|
| 133 |
image_mode='RGB',
|
| 134 |
layers=False
|
| 135 |
+
)
|
| 136 |
|
| 137 |
with gr.Row():
|
| 138 |
input_text_component = gr.Text(
|