titipata commited on
Commit
418fefc
1 Parent(s): 207d7df

Remove themes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def yt_transcribe(yt_url):
53
 
54
  return html_embed_str, text
55
 
56
- with gr.Blocks(theme=gr.themes.HuggingFace()) as demo:
57
  gr.Markdown(f"# Whisper Demo Thai 🇹🇭")
58
 
59
  with gr.Tab("Transcribe Audio"):
 
53
 
54
  return html_embed_str, text
55
 
56
+ with gr.Blocks() as demo:
57
  gr.Markdown(f"# Whisper Demo Thai 🇹🇭")
58
 
59
  with gr.Tab("Transcribe Audio"):