Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,6 +20,7 @@ def transliteration(source_word):
|
|
20 |
|
21 |
return transliteration
|
22 |
|
|
|
23 |
iface = gr.Interface(fn=transliteration, inputs="text", outputs="text")
|
24 |
iface.launch()
|
25 |
|
|
|
20 |
|
21 |
return transliteration
|
22 |
|
23 |
+
#test
|
24 |
iface = gr.Interface(fn=transliteration, inputs="text", outputs="text")
|
25 |
iface.launch()
|
26 |
|