otmanheddouch commited on
Commit
6f321d4
·
1 Parent(s): f41cdc2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -6,6 +6,8 @@ with gr.Blocks() as demo:
6
  with gr.Row():
7
  heading = gr.HTML("<h2> Edit your videos like SpreedSheet using <a href='https://huggingface.co/docs/transformers/model_doc/whisper'> WhisperModel</a></h2>")
8
 
 
 
9
 
10
  with gr.Row():
11
  p = gr.Markdown('Please upload video first then click `Transcribe` to get the full script of the video, after you can easly edit Script field by removing the unwanted words.')
 
6
  with gr.Row():
7
  heading = gr.HTML("<h2> Edit your videos like SpreedSheet using <a href='https://huggingface.co/docs/transformers/model_doc/whisper'> WhisperModel</a></h2>")
8
 
9
+ with gr.Row():
10
+ p = gr.Markdown('*if you have got any issues or questions reach out to me [email protected]*')
11
 
12
  with gr.Row():
13
  p = gr.Markdown('Please upload video first then click `Transcribe` to get the full script of the video, after you can easly edit Script field by removing the unwanted words.')