simple launch
Browse files
app.py
CHANGED
@@ -795,6 +795,6 @@ scheduler.start()
|
|
795 |
# Launch the app
|
796 |
if __name__ == "__main__":
|
797 |
|
798 |
-
demo.launch(
|
799 |
|
800 |
|
|
|
795 |
# Launch the app
|
796 |
if __name__ == "__main__":
|
797 |
|
798 |
+
demo.launch()
|
799 |
|
800 |
|