ans123 commited on
Commit
4192113
·
verified ·
1 Parent(s): 5727469

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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__":