eric sali commited on
Commit
848614f
·
1 Parent(s): c0b088b

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,5 +26,5 @@ translator = gr.Interface(fn=translate_text,
26
  description="Translate English speech to French text using the T5-small model.",
27
  )
28
 
29
- gr.Series(generator, translator).launch()
30
 
 
26
  description="Translate English speech to French text using the T5-small model.",
27
  )
28
 
29
+ gr.Series(generator, translator).launch(debug=True,share=True)
30