Spaces:
Runtime error
Runtime error
Commit
·
032437b
1
Parent(s):
796fe24
Update app.py
Browse files
app.py
CHANGED
@@ -71,6 +71,12 @@ def text_generate(prompt, generated_txt):
|
|
71 |
|
72 |
demo = gr.Blocks()
|
73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
with demo:
|
75 |
gr.Markdown("<h1><center>Write Stories Using Bloom</center></h1>")
|
76 |
gr.Markdown(
|
|
|
71 |
|
72 |
demo = gr.Blocks()
|
73 |
|
74 |
+
# Test it:
|
75 |
+
# Mike and John are fighting in a war. A monster caught John. John shout: “Helping!” Mike run to him, saved him, but Mike was killed by the monster
|
76 |
+
# 迈克和约翰正在打仗。一个怪物抓住了约翰。约翰喊道:“救命!”迈克跑向他,救了他,但迈克被怪物杀了
|
77 |
+
# Mike and John are fighting in a war. A monster caught John. John shout: “Helping!” Mike run to him, saved him, but Mike was killed by the monster. John looked at Mike
|
78 |
+
# 迈克和约翰正在打仗。一个怪物抓住了约翰。约翰喊道:“救命!”迈克跑向他,救了他,但迈克被怪物杀了。约翰看着迈克
|
79 |
+
|
80 |
with demo:
|
81 |
gr.Markdown("<h1><center>Write Stories Using Bloom</center></h1>")
|
82 |
gr.Markdown(
|