File size: 208 Bytes
1b4b7ae
 
ee00dcd
1b4b7ae
 
 
6886623
1b4b7ae
 
 
1
2
3
4
5
6
7
8
9
10
# app2.py
from gradio_interface import demo  # Direct import

if __name__ == "__main__":
    # Launch the Gradio app
    demo.launch()

if __name__ == "__main__":
    # Launch the Gradio app
    demo.launch()