lpinnova commited on
Commit
12b135e
·
1 Parent(s): 3f2d7b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,5 +7,5 @@ def convert_to_text(audio_path : str) -> str:
7
  return result["text"]
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()
 
7
  return result["text"]
8
 
9
  audio_input = gr.components.Audio(type="filepath")
10
+ iface = gr.Interface(fn=convert_to_text, inputs=audio_input, outputs="text",theme='Taithrah/Minimal')
11
  iface.launch()