kollis commited on
Commit
bc6475a
1 Parent(s): 7285d2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -93,6 +93,6 @@ iface = gr.Interface(
93
  description="Select source and target languages for translation.",
94
  )
95
 
96
- iface.launch(debug=True)
97
-
98
 
 
 
 
93
  description="Select source and target languages for translation.",
94
  )
95
 
 
 
96
 
97
+ if __name__ == "__main__":
98
+ iface.launch()