dineshb commited on
Commit
b652efa
Β·
1 Parent(s): 3a969b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -75,10 +75,9 @@ mf_transcribe = gr.Interface(
75
  ],
76
  outputs="text",
77
  layout="horizontal",
78
- theme='gradio/seafoam',
79
  title="Whisper Large V2: Transcribe Audio",
80
- gr.markdown("<h1 style='text-align: center;'><img width=320px src = 'https://upload.wikimedia.org/wikipedia/ru/8/81/Sheldon_cooper.jpg'>",
81
- unsafe_allow_html=True)
82
  description=(
83
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
84
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
@@ -95,7 +94,7 @@ yt_transcribe = gr.Interface(
95
  ],
96
  outputs=["html", "text"],
97
  layout="horizontal",
98
- theme='gradio/seafoam',
99
  title="Whisper Large V2: Transcribe YouTube",
100
  description=(
101
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
 
75
  ],
76
  outputs="text",
77
  layout="horizontal",
78
+ theme="dark-huggingface",
79
  title="Whisper Large V2: Transcribe Audio",
80
+
 
81
  description=(
82
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
83
  f" checkpoint [{MODEL_NAME}](https://huggingface.co/{MODEL_NAME}) and πŸ€— Transformers to transcribe audio files"
 
94
  ],
95
  outputs=["html", "text"],
96
  layout="horizontal",
97
+ theme="dark-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"