Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
import gradio as gr
|
3 |
|
4 |
examples = [
|
5 |
-
["Once upon a time,
|
6 |
-
["
|
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()
|