sethanimesh commited on
Commit
65f9b13
1 Parent(s): a56464f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,6 +62,6 @@ if __name__ == '__main__':
62
  title = "NLLB distilled 600M demo"
63
  demo_status = "Demo is running on CPU"
64
 
65
- gr.Interface(translation, inputs, outputs, title=title).launch(server_port=444)
66
 
67
 
 
62
  title = "NLLB distilled 600M demo"
63
  demo_status = "Demo is running on CPU"
64
 
65
+ gr.Interface(translation, inputs, outputs, title=title).launch(server_port=450)
66
 
67