Spaces:
Running
on
Zero
Running
on
Zero
fancyfeast
commited on
Commit
•
8a4f7ca
1
Parent(s):
8f66d4d
Add a note
Browse files
app.py
CHANGED
@@ -321,6 +321,7 @@ with gr.Blocks() as demo:
|
|
321 |
gr.Markdown("**Note:** Name input is only used if an Extra Option is selected that requires it.")
|
322 |
|
323 |
custom_prompt = gr.Textbox(label="Custom Prompt (optional, will override all other settings)")
|
|
|
324 |
|
325 |
run_button = gr.Button("Caption")
|
326 |
|
|
|
321 |
gr.Markdown("**Note:** Name input is only used if an Extra Option is selected that requires it.")
|
322 |
|
323 |
custom_prompt = gr.Textbox(label="Custom Prompt (optional, will override all other settings)")
|
324 |
+
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.")
|
325 |
|
326 |
run_button = gr.Button("Caption")
|
327 |
|