oceansweep commited on
Commit
5e3074d
·
verified ·
1 Parent(s): 644334d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1227,7 +1227,8 @@ def launch_ui(demo_mode=False):
1227
  ],
1228
  title="Video Transcription and Summarization",
1229
  description="Submit a video URL for transcription and summarization.",
1230
- allow_flagging="never"
 
1231
  )
1232
 
1233
  iface.launch(share=True)
 
1227
  ],
1228
  title="Video Transcription and Summarization",
1229
  description="Submit a video URL for transcription and summarization.",
1230
+ allow_flagging="never",
1231
+ theme='freddyaboulton/dracula_revamped'
1232
  )
1233
 
1234
  iface.launch(share=True)