wagner-austin
commited on
Commit
·
2ae3245
1
Parent(s):
5e627b0
updated path to web_demo
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This application demonstrates transliteration between Cyrillic, Latin, and IPA for Turkic languages
|
3 |
|
4 |
# Import the web demo UI builder from the turkic_translit package
|
5 |
-
from turkic_translit.web_demo import build_ui
|
6 |
|
7 |
# Create the Gradio interface with default settings
|
8 |
# The build_ui function configures a Gradio Interface with:
|
|
|
2 |
# This application demonstrates transliteration between Cyrillic, Latin, and IPA for Turkic languages
|
3 |
|
4 |
# Import the web demo UI builder from the turkic_translit package
|
5 |
+
from turkic_translit.web.web_demo import build_ui
|
6 |
|
7 |
# Create the Gradio interface with default settings
|
8 |
# The build_ui function configures a Gradio Interface with:
|