abidlabs HF staff commited on
Commit
407cc22
β€’
1 Parent(s): d8a7b6b
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import gradio as gr
2
 
 
 
3
  with gr.Blocks(theme="base") as demo:
4
  gr.Markdown("<center><h1> πŸ”Š Transcribe Anything </h1></center>")
5
  with gr.Tab("Input"):
 
1
  import gradio as gr
2
 
3
+ from utils import *
4
+
5
  with gr.Blocks(theme="base") as demo:
6
  gr.Markdown("<center><h1> πŸ”Š Transcribe Anything </h1></center>")
7
  with gr.Tab("Input"):