wenjiao commited on
Commit
627c09f
1 Parent(s): 75d6fdd
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -136,6 +136,7 @@ with gr.Blocks(css=css) as demo:
136
  textBoxGreen = gr.Textbox(set_msg, every=3, label='Real-time Jobs in Queue', elem_id='txtGreenStyle', visible=True)
137
  textBoxOrange = gr.Textbox(set_msg, every=3, label='Real-time Jobs in Queue', elem_id='txtOrangeStyle', visible=False)
138
  textBoxGreen.change(displayTextBox, outputs = [textBoxGreen, textBoxOrange])
 
139
 
140
  with gr.Tab("Text-to-Image"):
141
  with gr.Row(visible=True) as text_to_image:
 
136
  textBoxGreen = gr.Textbox(set_msg, every=3, label='Real-time Jobs in Queue', elem_id='txtGreenStyle', visible=True)
137
  textBoxOrange = gr.Textbox(set_msg, every=3, label='Real-time Jobs in Queue', elem_id='txtOrangeStyle', visible=False)
138
  textBoxGreen.change(displayTextBox, outputs = [textBoxGreen, textBoxOrange])
139
+ textBoxOrange.change(displayTextBox, outputs = [textBoxGreen, textBoxOrange])
140
 
141
  with gr.Tab("Text-to-Image"):
142
  with gr.Row(visible=True) as text_to_image: