Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:**
|
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],
|