Spaces:
Sleeping
Sleeping
chore: Remove "App initialized!" print statement from `app.py`.
Browse files
app.py
CHANGED
|
@@ -189,5 +189,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 189 |
# Run initialization
|
| 190 |
if __name__ == "__main__":
|
| 191 |
initialize_app()
|
| 192 |
-
print("App initialized!")
|
| 193 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 189 |
# Run initialization
|
| 190 |
if __name__ == "__main__":
|
| 191 |
initialize_app()
|
|
|
|
| 192 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|