wagner-austin commited on
Commit
b9f28bb
·
1 Parent(s): 1528697

renamed to previous web_demo

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.app import build_ui
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: