dineshb commited on
Commit
05fb4f4
Β·
1 Parent(s): 245a2df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -66,7 +66,7 @@ mf_transcribe = gr.Interface(
66
  ],
67
  outputs="text",
68
  layout="horizontal",
69
- theme="seafoam",
70
  title="Speech To Text Translation ",
71
  description=(
72
  "Transcribe long-form microphone or audio inputs with the click of a button!"
@@ -79,8 +79,8 @@ yt_transcribe = gr.Interface(
79
  inputs=[gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
80
  outputs=["html", "text"],
81
  layout="horizontal",
82
- theme="huggingface",
83
- title="Whisper Demo: Transcribe YouTube",
84
  description=(
85
  "Transcribe long-form YouTube videos with the click of a button!"
86
  ),
 
66
  ],
67
  outputs="text",
68
  layout="horizontal",
69
+ theme="gradio/seafoam",
70
  title="Speech To Text Translation ",
71
  description=(
72
  "Transcribe long-form microphone or audio inputs with the click of a button!"
 
79
  inputs=[gr.inputs.Textbox(lines=1, placeholder="Paste the URL to a YouTube video here", label="YouTube URL")],
80
  outputs=["html", "text"],
81
  layout="horizontal",
82
+ theme="gradio/seafoam",
83
+ title="Speech To Text Transcribe YouTube",
84
  description=(
85
  "Transcribe long-form YouTube videos with the click of a button!"
86
  ),