dineshb commited on
Commit
dc7c88e
·
1 Parent(s): 2074ad4

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="hugging-face",
79
  title="Whisper Large V2: Transcribe Audio",
80
 
81
  description=(
@@ -94,7 +94,7 @@ yt_transcribe = gr.Interface(
94
  ],
95
  outputs=["html", "text"],
96
  layout="horizontal",
97
- theme="hugging-face",
98
  title="Whisper Large V2: Transcribe YouTube",
99
  description=(
100
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
 
75
  ],
76
  outputs="text",
77
  layout="horizontal",
78
+ theme="huggingface",
79
  title="Whisper Large V2: Transcribe Audio",
80
 
81
  description=(
 
94
  ],
95
  outputs=["html", "text"],
96
  layout="horizontal",
97
+ theme="huggingface",
98
  title="Whisper Large V2: Transcribe YouTube",
99
  description=(
100
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"