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