Wootang01 commited on
Commit
1ed9f2a
1 Parent(s): 05014cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2,8 +2,8 @@
2
  import gradio as gr
3
 
4
  examples = [
5
- ["Once upon a time, Dr. Woo was teaching computer programming in a school."],
6
- ["Once upon a time, Dr. Woo was walking in a park. He "]
7
  ]
8
 
9
  gr.Interface.load("huggingface/bigscience/bloom-560m", title='My Second Text Generator', examples=examples).launch()
 
2
  import gradio as gr
3
 
4
  examples = [
5
+ ["Once upon a time, "],
6
+ ["One day, "]
7
  ]
8
 
9
  gr.Interface.load("huggingface/bigscience/bloom-560m", title='My Second Text Generator', examples=examples).launch()