dineshb commited on
Commit
4761fba
Β·
1 Parent(s): 05fb4f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -66,7 +66,7 @@ mf_transcribe = gr.Interface(
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,7 +79,7 @@ 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="gradio/seafoam",
83
  title="Speech To Text Transcribe YouTube",
84
  description=(
85
  "Transcribe long-form YouTube videos with the click of a button!"
 
66
  ],
67
  outputs="text",
68
  layout="horizontal",
69
+ theme='abidlabs/pakistan',
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='abidlabs/pakistan',
83
  title="Speech To Text Transcribe YouTube",
84
  description=(
85
  "Transcribe long-form YouTube videos with the click of a button!"