Update app.py
Browse files
app.py
CHANGED
@@ -60,9 +60,7 @@ demo = gr.Interface(
|
|
60 |
gr.Textbox(label="Movie Script", lines=10),
|
61 |
],
|
62 |
title=title,
|
63 |
-
description=description
|
64 |
-
layout="vertical",
|
65 |
-
theme="compact"
|
66 |
)
|
67 |
|
68 |
if __name__ == "__main__":
|
|
|
60 |
gr.Textbox(label="Movie Script", lines=10),
|
61 |
],
|
62 |
title=title,
|
63 |
+
description=description
|
|
|
|
|
64 |
)
|
65 |
|
66 |
if __name__ == "__main__":
|