zaidmehdi commited on
Commit
5fb89b5
1 Parent(s): c2ccc23

remove server_name and port from demo.launch()

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -52,7 +52,7 @@ def main():
52
  Checkout the <a href="https://github.com/zaidmehdi/manga-colorizer">Github Repo</a>
53
  </p>
54
  """)
55
- demo.launch(server_name="0.0.0.0", server_port=8080)
56
 
57
 
58
  if __name__ == "__main__":
 
52
  Checkout the <a href="https://github.com/zaidmehdi/manga-colorizer">Github Repo</a>
53
  </p>
54
  """)
55
+ demo.launch()
56
 
57
 
58
  if __name__ == "__main__":