Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -17,4 +17,4 @@ examples = [
|
|
17 |
]
|
18 |
|
19 |
demo = gr.Interface(fn=language_translator, inputs='text',outputs='text',title='Language Translator ENGLISH TO Tamil',examples=examples)
|
20 |
-
demo.launch(debug=True,share=True)
|
|
|
17 |
]
|
18 |
|
19 |
demo = gr.Interface(fn=language_translator, inputs='text',outputs='text',title='Language Translator ENGLISH TO Tamil',examples=examples)
|
20 |
+
demo.launch(debug=True,share=True)
|