kevinwang676 commited on
Commit
88590f8
1 Parent(s): 6b6e8e1

Update app_new.py

Browse files
Files changed (1) hide show
  1. app_new.py +2 -4
app_new.py CHANGED
@@ -138,9 +138,7 @@ def generate(
138
 
139
 
140
  examples = [
141
- ['./walking.mp4', None, "A woman walking on the street"],
142
- ['./smilegirl.mp4', None, "A girl stand on the grass"],
143
- ['./working.mp4', None, "A woman is doing the dishes"],
144
  ]
145
 
146
 
@@ -219,7 +217,7 @@ with gr.Blocks(css=CSS, js=JS, theme="soft") as demo:
219
  minimum=5,
220
  maximum=30,
221
  )
222
- prompt = gr.Textbox(label="Prompt", value="best quality")
223
  with gr.Row():
224
  submit_btn = gr.Button(value="Generate")
225
  #stop_btn = gr.Button(value="Stop", variant="stop")
 
138
 
139
 
140
  examples = [
141
+ ['./dancing.mp4', None, "best quality, perfect anime illustration, light, a girl is dancing, smile, solo"],
 
 
142
  ]
143
 
144
 
 
217
  minimum=5,
218
  maximum=30,
219
  )
220
+ prompt = gr.Textbox(label="Prompt", value="best quality, perfect anime illustration, light, a girl is dancing, smile, solo")
221
  with gr.Row():
222
  submit_btn = gr.Button(value="Generate")
223
  #stop_btn = gr.Button(value="Stop", variant="stop")