antfraia commited on
Commit
856f56a
·
1 Parent(s): cd06e6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,4 +8,5 @@ def convert_to_text(audio_path : str) -> str:
8
 
9
  audio_input = gr.components.Audio(type="filepath")
10
  iface = gr.Interface(fn=convert_to_text, inputs=audio_input, outputs="text")
 
11
  iface.launch()
 
8
 
9
  audio_input = gr.components.Audio(type="filepath")
10
  iface = gr.Interface(fn=convert_to_text, inputs=audio_input, outputs="text")
11
+ theme="Monochrome",
12
  iface.launch()