eric sali commited on
Commit
8210d8d
·
1 Parent(s): fa9256e

Add application file

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