TogetherAI commited on
Commit
9814301
·
1 Parent(s): 34bd5ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -88,7 +88,7 @@ def yt_transcribe(yt_url, task, max_filesize=75.0):
88
  return html_embed_str, text
89
 
90
 
91
- demo = gr.Blocks(css=css, theme="NoCrypt/[email protected]")
92
 
93
  mf_transcribe = gr.Interface(
94
  fn=transcribe,
@@ -98,7 +98,7 @@ mf_transcribe = gr.Interface(
98
  ],
99
  outputs="text",
100
  layout="horizontal",
101
- theme="huggingface",
102
  title="Whisper Large V3: Transcribe Audio",
103
  description=(
104
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
@@ -116,7 +116,7 @@ file_transcribe = gr.Interface(
116
  ],
117
  outputs="text",
118
  layout="horizontal",
119
- theme="huggingface",
120
  title="Whisper Large V3: Transcribe Audio",
121
  description=(
122
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
 
88
  return html_embed_str, text
89
 
90
 
91
+ demo = gr.Blocks(theme="TogetherAi/Alex2")
92
 
93
  mf_transcribe = gr.Interface(
94
  fn=transcribe,
 
98
  ],
99
  outputs="text",
100
  layout="horizontal",
101
+ theme="TogetherAi/Alex2",
102
  title="Whisper Large V3: Transcribe Audio",
103
  description=(
104
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
 
116
  ],
117
  outputs="text",
118
  layout="horizontal",
119
+ theme="TogetherAi/Alex2",
120
  title="Whisper Large V3: Transcribe Audio",
121
  description=(
122
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"