Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -471,4 +471,5 @@ def create_interface():
|
|
471 |
return demo
|
472 |
|
473 |
if __name__ == "__main__":
|
474 |
-
demo
|
|
|
|
471 |
return demo
|
472 |
|
473 |
if __name__ == "__main__":
|
474 |
+
demo = create_interface() # Call the function to create the interface
|
475 |
+
demo.launch() # Launch the Gradio app
|