TogetherAI commited on
Commit
231f5c6
1 Parent(s): 40a493a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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="TogetherAI/Alex2")
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="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,7 +116,7 @@ file_transcribe = gr.Interface(
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"
@@ -134,7 +134,7 @@ yt_transcribe = gr.Interface(
134
  ],
135
  outputs=["html", "text"],
136
  layout="horizontal",
137
- theme="TogetherAI/Alex2",
138
  title="Whisper Large V3: Transcribe YouTube",
139
  description=(
140
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
 
88
  return html_embed_str, text
89
 
90
 
91
+ demo = gr.Blocks(theme="TogetherAI/Alex2_Theme")
92
 
93
  mf_transcribe = gr.Interface(
94
  fn=transcribe,
 
98
  ],
99
  outputs="text",
100
  layout="horizontal",
101
+ theme="TogetherAI/Alex2_Theme",
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_Theme",
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"
 
134
  ],
135
  outputs=["html", "text"],
136
  layout="horizontal",
137
+ theme="TogetherAI/Alex2_Theme",
138
  title="Whisper Large V3: Transcribe YouTube",
139
  description=(
140
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"