VicFonch commited on
Commit
6edbb29
·
unverified ·
1 Parent(s): a89535f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,5 +107,5 @@ def build_demo() -> gr.Blocks:
107
 
108
  if __name__ == "__main__":
109
  demo = build_demo()
110
- #demo.launch(server_name="0.0.0.0", ssr_mode=False)
111
- demo.launch()
 
107
 
108
  if __name__ == "__main__":
109
  demo = build_demo()
110
+ demo.launch(server_name="0.0.0.0", ssr_mode=False)
111
+ #demo.launch()