TheMaisk commited on
Commit
8e6fd2d
1 Parent(s): a6ec80b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -74,7 +74,7 @@ def yt_transcribe(yt_url, task):
74
 
75
  return html_embed_str, text
76
 
77
- demo = gr.Blocks(theme="ParityError/Interstellar")
78
 
79
  mf_transcribe = gr.Interface(
80
  fn=transcribe,
@@ -84,7 +84,7 @@ mf_transcribe = gr.Interface(
84
  ],
85
  outputs="text",
86
  layout="horizontal",
87
- theme="ParityError/Interstellar",
88
  title="",
89
  description=(
90
  ""
@@ -102,7 +102,7 @@ file_transcribe = gr.Interface(
102
  ],
103
  outputs="text",
104
  layout="horizontal",
105
- theme="ParityError/Interstellar",
106
  title="Whisper Large V3: Transcribe Audio",
107
  description=(
108
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
@@ -120,7 +120,7 @@ yt_transcribe = gr.Interface(
120
  ],
121
  outputs=["html", "text"],
122
  layout="horizontal",
123
- theme="ParityError/Interstellar",
124
  title="Whisper Large V3: Transcribe YouTube",
125
  description=(
126
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"
 
74
 
75
  return html_embed_str, text
76
 
77
+ demo = gr.Blocks(theme="syddharth/gray-minimal")
78
 
79
  mf_transcribe = gr.Interface(
80
  fn=transcribe,
 
84
  ],
85
  outputs="text",
86
  layout="horizontal",
87
+ theme="syddharth/gray-minimal",
88
  title="",
89
  description=(
90
  ""
 
102
  ],
103
  outputs="text",
104
  layout="horizontal",
105
+ theme="syddharth/gray-minimal",
106
  title="Whisper Large V3: Transcribe Audio",
107
  description=(
108
  "Transcribe long-form microphone or audio inputs with the click of a button! Demo uses the"
 
120
  ],
121
  outputs=["html", "text"],
122
  layout="horizontal",
123
+ theme="syddharth/gray-minimal",
124
  title="Whisper Large V3: Transcribe YouTube",
125
  description=(
126
  "Transcribe long-form YouTube videos with the click of a button! Demo uses the checkpoint"