vumichien commited on
Commit
e4e7317
1 Parent(s): 67d62df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -310,10 +310,10 @@ with demo:
310
  gr.Markdown('''
311
  ### You can test by following examples:
312
  ''')
313
- examples = gr.Examples(examples=
314
- [ "a person jogs in place, slowly at first, then increases speed. they then back up and squat down.",
315
- "a man steps forward and does a handstand",
316
- "a man rises from the ground, walks in a circle and sits back down on the ground"],
317
- label="Examples", inputs=[text_prompt])
318
 
319
  demo.launch(debug=True)
 
310
  gr.Markdown('''
311
  ### You can test by following examples:
312
  ''')
313
+ examples = gr.Examples(examples=
314
+ [ "a person jogs in place, slowly at first, then increases speed. they then back up and squat down.",
315
+ "a man steps forward and does a handstand",
316
+ "a man rises from the ground, walks in a circle and sits back down on the ground"],
317
+ label="Examples", inputs=[text_prompt])
318
 
319
  demo.launch(debug=True)