Spaces:
Running
Running
remove server_name and port from demo.launch()
Browse files- 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(
|
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__":
|