Spaces:
Paused
Paused
Update app.py
Browse files
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=
|
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 |
|