Ifeanyi commited on
Commit
b130992
1 Parent(s): a985eac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = gr.themes.Soft()) as app:
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():