machuofan commited on
Commit
f2d0235
·
verified ·
1 Parent(s): 4931465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ def bot_streaming_T2I(message, history,guidance_scale, temperature, top_K, top_P
241
  yield show_gallery(generated_image_list)
242
 
243
 
244
- chatbot_T2I=gr.Chatbot(placeholder=PLACEHOLDER,height=600)
245
  chat_input_T2I = gr.Textbox(placeholder="Enter text prompts...", show_label=False)
246
 
247
  chatbot_I2T=gr.Chatbot(placeholder=PLACEHOLDER, scale=1)
 
241
  yield show_gallery(generated_image_list)
242
 
243
 
244
+ chatbot_T2I=gr.Chatbot(height=600)
245
  chat_input_T2I = gr.Textbox(placeholder="Enter text prompts...", show_label=False)
246
 
247
  chatbot_I2T=gr.Chatbot(placeholder=PLACEHOLDER, scale=1)