balaramas commited on
Commit
beb3e4c
1 Parent(s): 2c8b828

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -124,6 +124,7 @@ iface = gr.Interface(
124
  fn=run_my_code,
125
  inputs=[gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in American English accent)"), gr.inputs.Radio(["Hindi", "Gujrati", "Bengali", "Tamil", "Nepali", "Marathi"], label="Language")],
126
  outputs=output_textbox,
 
127
  title="English to Indic Language Translator")
128
 
129
  # Launch the interface
 
124
  fn=run_my_code,
125
  inputs=[gr.inputs.Audio(source="microphone", type="filepath", label="Record something (in American English accent)"), gr.inputs.Radio(["Hindi", "Gujrati", "Bengali", "Tamil", "Nepali", "Marathi"], label="Language")],
126
  outputs=output_textbox,
127
+ theme="soft",
128
  title="English to Indic Language Translator")
129
 
130
  # Launch the interface