Ifeanyi commited on
Commit
2bcb597
·
verified ·
1 Parent(s): e5e3410

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -41,6 +41,8 @@ app = gr.Interface(ImageStory,
41
  theme = "patrickosornio/my_theme1")
42
 
43
 
44
- app.launch(mcp_server = True)
 
 
45
 
46
 
 
41
  theme = "patrickosornio/my_theme1")
42
 
43
 
44
+
45
+ if __name__ == "__main__":
46
+ app.launch(mcp_server = True)
47
 
48