dineshb commited on
Commit
89ecc3d
Β·
1 Parent(s): f733779

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,7 +75,7 @@ mf_transcribe = gr.Interface(
75
  ],
76
  outputs="text",
77
  layout="horizontal",
78
- theme="huggingface",
79
  title="Whisper Large V2: Transcribe Audio",
80
  description=(
81
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
@@ -93,7 +93,7 @@ yt_transcribe = gr.Interface(
93
  ],
94
  outputs=["html", "text"],
95
  layout="horizontal",
96
- theme="huggingface",
97
  title="Whisper Large V2: Transcribe YouTube",
98
  description=(
99
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
 
75
  ],
76
  outputs="text",
77
  layout="horizontal",
78
+ theme="gradio/seafoam",
79
  title="Whisper Large V2: Transcribe Audio",
80
  description=(
81
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
 
93
  ],
94
  outputs=["html", "text"],
95
  layout="horizontal",
96
+ theme="gradio/seafoam",
97
  title="Whisper Large V2: Transcribe YouTube",
98
  description=(
99
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"