Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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()
|