weathon commited on
Commit
6f3f692
·
verified ·
1 Parent(s): 7db441b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ def generate_video(positive_prompt, negative_prompt, guidance_scale, bias, step,
95
 
96
 
97
  with gr.Blocks(title="Value Sign Flip Wan 2.1 Demo") as demo:
98
- gr.Markdown("# Value Sign Flip Wan 2.1 Demo \n All videos generated are saved and might be used as demo videos in the future. \n\n This demo is based on Wan 2.1 T2V model and uses Value Sign Flip technique to generate videos with different guidance scales and biases. More on [GitHub](https://github.com/weathon/VSF/blob/main/wan.md)")
99
 
100
  with gr.Row():
101
  pos = gr.Textbox(label="Positive Prompt", value="A chef cat and a chef dog with chef suit baking a cake together in a kitchen. The cat is carefully measuring flour, while the dog is stirring the batter with a wooden spoon.")
 
95
 
96
 
97
  with gr.Blocks(title="Value Sign Flip Wan 2.1 Demo") as demo:
98
+ gr.Markdown("# Value Sign Flip Wan 2.1 Demo \n\n This demo is based on Wan 2.1 T2V model and uses Value Sign Flip technique to generate videos with different guidance scales and biases. More on [GitHub](https://github.com/weathon/VSF/blob/main/wan.md)")
99
 
100
  with gr.Row():
101
  pos = gr.Textbox(label="Positive Prompt", value="A chef cat and a chef dog with chef suit baking a cake together in a kitchen. The cat is carefully measuring flour, while the dog is stirring the batter with a wooden spoon.")