Jaamie commited on
Commit
cd671cf
·
verified ·
1 Parent(s): 9bcc2d8

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -526,4 +526,7 @@ app = gr.TabbedInterface(
526
 
527
 
528
  #app.launch(share=True)
529
- print("🚀 SafeSpace AI is live!")
 
 
 
 
526
 
527
 
528
  #app.launch(share=True)
529
+ print("🚀 SafeSpace AI is live!")
530
+ # Launch the Gradio App
531
+ if __name__ == "__main__":
532
+ app.launch()