sethanimesh commited on
Commit
8a55424
·
verified ·
1 Parent(s): df229d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -61,8 +61,7 @@ if __name__ == '__main__':
61
 
62
  title = "NLLB distilled 600M demo"
63
  demo_status = "Demo is running on CPU"
64
- description = f"Details: https://github.com/facebookresearch/fairseq/tree/nllb. {demo_status}"
65
 
66
- gr.Interface(translation, inputs, outputs, title=title, description=description).launch(server_port=8069)
67
 
68
 
 
61
 
62
  title = "NLLB distilled 600M demo"
63
  demo_status = "Demo is running on CPU"
 
64
 
65
+ gr.Interface(translation, inputs, outputs, title=title, description=description).launch(server_port=443)
66
 
67