StevanLS commited on
Commit
22c6e50
·
1 Parent(s): 522ca0e

Delete real time translation

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -21,7 +21,6 @@ interface = gr.Interface(fn=translate,
21
  title='Automatic Language Translation Demo from RPI eSolutions Pte Ltd',
22
  theme=gr.themes.Default(
23
  primary_hue=gr.themes.colors.blue,
24
- secondary_hue=gr.themes.colors.indigo),
25
- live=True)
26
 
27
  interface.launch()
 
21
  title='Automatic Language Translation Demo from RPI eSolutions Pte Ltd',
22
  theme=gr.themes.Default(
23
  primary_hue=gr.themes.colors.blue,
24
+ secondary_hue=gr.themes.colors.indigo))
 
25
 
26
  interface.launch()