robertselvam commited on
Commit
1fd4926
·
verified ·
1 Parent(s): a35a0d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -500,7 +500,7 @@ class VideoEditor():
500
  return "Topic Video Writted Successfully."
501
 
502
 
503
- with gr.Blocks() as demo:
504
  video_editor = VideoEditor()
505
  gr.HTML("""<center><h1>Video Question Answering & Topic Extracter</h1></center>""")
506
  with gr.Tab("Video QA"):
 
500
  return "Topic Video Writted Successfully."
501
 
502
 
503
+ with gr.Blocks(css="style.css",theme="freddyaboulton/test-blue") as demo:
504
  video_editor = VideoEditor()
505
  gr.HTML("""<center><h1>Video Question Answering & Topic Extracter</h1></center>""")
506
  with gr.Tab("Video QA"):