Severian commited on
Commit
71213c0
·
verified ·
1 Parent(s): 577b4b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -567,7 +567,7 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
567
  gr.Markdown("**Note:** Name input is only used if an Extra Option is selected that requires it.")
568
 
569
  custom_prompt = gr.Textbox(label="Custom Prompt (optional, will override all other settings)")
570
- gr.Markdown("**Note:** Alpha Two is not a general instruction follower and will not follow prompts outside its training data well. Use this feature with caution.")
571
 
572
  with gr.Column():
573
  error_message = gr.Markdown(visible=False)
@@ -633,7 +633,6 @@ with gr.Blocks(theme="Hev832/Applio", css=css, fill_width=True, fill_height=True
633
  outputs=[caption_captain_tab, username, password, login_message]
634
  )
635
 
636
- # Add this new event listener for the password field
637
  password.submit(
638
  login,
639
  inputs=[username, password],
 
567
  gr.Markdown("**Note:** Name input is only used if an Extra Option is selected that requires it.")
568
 
569
  custom_prompt = gr.Textbox(label="Custom Prompt (optional, will override all other settings)")
570
+ gr.Markdown("**Note:** Caption Captain is not great at general instruction following and will not follow prompts outside its training data well. Use this feature with caution.")
571
 
572
  with gr.Column():
573
  error_message = gr.Markdown(visible=False)
 
633
  outputs=[caption_captain_tab, username, password, login_message]
634
  )
635
 
 
636
  password.submit(
637
  login,
638
  inputs=[username, password],