Update app.py
Browse files
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"):
|