Spaces:
Sleeping
Sleeping
Penny Wang commited on
Commit ·
ec21e6d
1
Parent(s): 1c1e532
fixed indentation
Browse files
app.py
CHANGED
|
@@ -84,4 +84,4 @@ with gr.Blocks(title="UN Official Language Translator", theme=gr.themes.Soft())
|
|
| 84 |
)
|
| 85 |
|
| 86 |
if __name__ == "__main__":
|
| 87 |
-
|
|
|
|
| 84 |
)
|
| 85 |
|
| 86 |
if __name__ == "__main__":
|
| 87 |
+
demo.launch(server_name="0.0.0.0", server_port=7860)
|