Spaces:
Running
Running
karthikeyan-r
commited on
Commit
•
3a4dc69
1
Parent(s):
9ae8866
Update app.py
Browse files
app.py
CHANGED
@@ -246,7 +246,7 @@ class Text2Video:
|
|
246 |
|
247 |
def gradio_interface(self):
|
248 |
|
249 |
-
with gr.Blocks(css ="style.css", theme='abidlabs/
|
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,,"""
|
|
|
246 |
|
247 |
def gradio_interface(self):
|
248 |
|
249 |
+
with gr.Blocks(css ="style.css", theme='abidlabs/dracula_revamped') 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,,"""
|