Patt commited on
Commit
1d5cc21
·
1 Parent(s): fbf21da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -15,5 +15,5 @@ interface = gr.Interface(fn=translate,
15
  title = "Translator",
16
  description="Arabic-English translation machine")
17
 
18
- interface.launch(inline=False)
19
 
 
15
  title = "Translator",
16
  description="Arabic-English translation machine")
17
 
18
+ interface.launch()
19