Update app.py
Browse files
app.py
CHANGED
|
@@ -805,7 +805,7 @@ with gr.Blocks(title="Universal Conlang Translator", theme=gr.themes.Soft()) as
|
|
| 805 |
],
|
| 806 |
)
|
| 807 |
if __name__ == "__main__":
|
| 808 |
-
demo.launch()
|
| 809 |
|
| 810 |
|
| 811 |
|
|
|
|
| 805 |
],
|
| 806 |
)
|
| 807 |
if __name__ == "__main__":
|
| 808 |
+
demo.launch()
|
| 809 |
|
| 810 |
|
| 811 |
|