File size: 208 Bytes
c89bea3
 
 
 
 
 
4eb4c43
 
 
 
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()