Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -419,4 +419,7 @@ def create_interface():
|
|
419 |
"""
|
420 |
)
|
421 |
|
422 |
-
return demo
|
|
|
|
|
|
|
|
419 |
"""
|
420 |
)
|
421 |
|
422 |
+
return demo
|
423 |
+
if __name__ == "__main__":
|
424 |
+
demo = create_interface() # Call the function to create the interface
|
425 |
+
demo.launch() # Launch the Gradio app
|