Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,8 +167,7 @@ if __name__ == '__main__':
|
|
| 167 |
|
| 168 |
with gr.Column():
|
| 169 |
gr_ratings = gr.Label(label='Ratings')
|
| 170 |
-
|
| 171 |
-
gr_output_text = gr.TextArea(label='Exported Text')
|
| 172 |
|
| 173 |
gr_btn_submit.click(
|
| 174 |
image_to_wd14_tags,
|
|
|
|
| 167 |
|
| 168 |
with gr.Column():
|
| 169 |
gr_ratings = gr.Label(label='Ratings')
|
| 170 |
+
gr_output_text = gr.TextArea(label='Exported Text')
|
|
|
|
| 171 |
|
| 172 |
gr_btn_submit.click(
|
| 173 |
image_to_wd14_tags,
|