Spaces:
Runtime error
Runtime error
utils
Browse files
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"):
|