Update app.py
Browse files
app.py
CHANGED
|
@@ -64,4 +64,4 @@ interface = gr.Interface(
|
|
| 64 |
description="Transliterates Romanized Telugu to Telugu script and translates it to English."
|
| 65 |
)
|
| 66 |
|
| 67 |
-
interface.launch(share=True)
|
|
|
|
| 64 |
description="Transliterates Romanized Telugu to Telugu script and translates it to English."
|
| 65 |
)
|
| 66 |
|
| 67 |
+
interface.launch(share=True)
|