Update app.py
Browse files
app.py
CHANGED
@@ -310,4 +310,5 @@ def create_interface():
|
|
310 |
|
311 |
# Create and launch the app
|
312 |
if __name__ == "__main__":
|
313 |
-
app = create_interface()
|
|
|
|
310 |
|
311 |
# Create and launch the app
|
312 |
if __name__ == "__main__":
|
313 |
+
app = create_interface()
|
314 |
+
app.launch()
|