Ngene787 commited on
Commit
d4c2ed0
·
1 Parent(s): 17a4a1d

feat: add new app

Browse files
Files changed (1) hide show
  1. app.py +4 -7
app.py CHANGED
@@ -155,10 +155,7 @@ with gr.Blocks(theme="apriel", css=css) as demo:
155
  outputs=[result, seed],
156
  )
157
 
158
- with timer("All tasks"):
159
- # demo.launch(mcp_server=True)
160
- demo.launch(ssr_mode=False)
161
- # if __name__ == "__main__":
162
- # with timer("All tasks"):
163
- # # demo.launch(mcp_server=True)
164
- # demo.launch(ssr_mode=False)
 
155
  outputs=[result, seed],
156
  )
157
 
158
+ if __name__ == "__main__":
159
+ with timer("All tasks"):
160
+ # demo.launch(mcp_server=True)
161
+ demo.launch()