robertselvam commited on
Commit
8260f0d
·
verified ·
1 Parent(s): 0c9a710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -249,15 +249,7 @@ class Text2Video:
249
  with gr.Blocks(css ="style.css", theme='freddyaboulton/test-blue') as demo:
250
  example_txt = """once upon a time there was a village. It was a nice place to live, except for one thing. people did not like to share.,, One day a visitor came to town.
251
  'Hello. Does anybody have food to share?' He asked. 'No', said everyone.,,
252
- That's okay', said the visitor. 'I will make stone soup for everyone'.Then he took a stone and dropped it into a giant pot,,
253
- The visitor sniffed his broth.Some people came outside to see what he was doing. Some watched from their windows.,,
254
- 'Mmmm, I love stone soup. The only thing better is stone soup with cabbage', said the visitor. That gave one man in the village an idea. He brought a cabbage and put it in the pot.,,
255
- Then the visitor said, 'I once had stone soup with cabbage and carrots. It was delicious!', A woman brought carrots and put them in the pot.,,
256
- Then the visitor said, 'I once had stone soup with cabbage, carrots and corn. It was delicious!', A boy brought corn and put it in the pot.,,
257
- Then the visitor said, 'I once had stone soup with cabbage and carrots and corn and beans. It was delicious!', A girl brought beans and put them in the pot.,,
258
- The soup cooked and cooked. Finally it was ready. Everyone ate a big bowl. 'This is delicious!',,
259
- They all said the soup made them so happy that they danced and sang all night long.,,
260
- From then on, the people in the village shared. And their very favorite thing to share was stone soup! """
261
 
262
  gr.HTML("""
263
  <center><h1 style="color:#fff">Comics Video Generator</h1></center>""")
 
249
  with gr.Blocks(css ="style.css", theme='freddyaboulton/test-blue') as demo:
250
  example_txt = """once upon a time there was a village. It was a nice place to live, except for one thing. people did not like to share.,, One day a visitor came to town.
251
  'Hello. Does anybody have food to share?' He asked. 'No', said everyone.,,
252
+ That's okay', said the visitor. 'I will make stone soup for everyone'.Then he took a stone and dropped it into a giant pot,,"""
 
 
 
 
 
 
 
 
253
 
254
  gr.HTML("""
255
  <center><h1 style="color:#fff">Comics Video Generator</h1></center>""")