Varosa commited on
Commit
2c4d655
1 Parent(s): 2bb196b

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ translation_interface = gr.Interface(
64
  )
65
 
66
  if __name__ == "__main__":
67
- translation_interface.launch()
 
64
  )
65
 
66
  if __name__ == "__main__":
67
+ translation_interface.launch(cors=True)