wagner-austin
commited on
Commit
·
b9f28bb
1
Parent(s):
1528697
renamed to previous web_demo
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
|
4 |
# Import the web demo UI builder from the turkic_translit package
|
5 |
# Using the new app module structure
|
6 |
-
from turkic_translit.web.
|
7 |
|
8 |
# Create the Gradio interface with default settings
|
9 |
# The build_ui function configures a Gradio Interface with:
|
|
|
3 |
|
4 |
# Import the web demo UI builder from the turkic_translit package
|
5 |
# Using the new app module structure
|
6 |
+
from turkic_translit.web.web_demo import build_ui
|
7 |
|
8 |
# Create the Gradio interface with default settings
|
9 |
# The build_ui function configures a Gradio Interface with:
|