FrostIce commited on
Commit
6a472c9
·
verified ·
1 Parent(s): 24bf917

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -167,8 +167,7 @@ if __name__ == '__main__':
167
 
168
  with gr.Column():
169
  gr_ratings = gr.Label(label='Ratings')
170
- with gr.Tab("Exported Text"):
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,