Irpan
commited on
Commit
•
79353f4
1
Parent(s):
334daaa
app
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import tts
|
|
4 |
import asr
|
5 |
|
6 |
# Front-End
|
7 |
-
with gr.Blocks(
|
8 |
# Title and Article
|
9 |
with gr.Row():
|
10 |
gr.Markdown(
|
|
|
4 |
import asr
|
5 |
|
6 |
# Front-End
|
7 |
+
with gr.Blocks() as app:
|
8 |
# Title and Article
|
9 |
with gr.Row():
|
10 |
gr.Markdown(
|