prithivMLmods commited on
Commit
2c21882
·
verified ·
1 Parent(s): 586d1ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -51,4 +51,8 @@ def spaces_Omni():
51
  )
52
 
53
  # Launch the demo
54
- demo.launch()
 
 
 
 
 
51
  )
52
 
53
  # Launch the demo
54
+ demo.launch()
55
+
56
+ # Run the main function
57
+ if __name__ == "__main__":
58
+ spaces_Omni()