Andre commited on
Commit
8c5589c
·
1 Parent(s): 3ece4ac

“Update”

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  # app.py
2
  # Import gradio_interface
3
- from gradio_interface import demo
4
 
5
  # Launch the Gradio app
6
  demo.launch()
 
1
  # app.py
2
  # Import gradio_interface
3
+ from src.gradio_interface import demo
4
 
5
  # Launch the Gradio app
6
  demo.launch()