Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from script import audioTranscribe
|
|
13 |
# outputs=[gr.Text(label="Transcription"),gr.Text(label="Translation")])
|
14 |
# app.launch(debug=True)
|
15 |
|
16 |
-
with gr.Blocks(theme =
|
17 |
gr.Markdown("<center><strong><h3>Audio Transcription & Translation</h3></strong></center>")
|
18 |
with gr.Column():
|
19 |
with gr.Row():
|
|
|
13 |
# outputs=[gr.Text(label="Transcription"),gr.Text(label="Translation")])
|
14 |
# app.launch(debug=True)
|
15 |
|
16 |
+
with gr.Blocks(theme = "JohnSmith9982/small_and_pretty") as app:
|
17 |
gr.Markdown("<center><strong><h3>Audio Transcription & Translation</h3></strong></center>")
|
18 |
with gr.Column():
|
19 |
with gr.Row():
|