apple muncy commited on
Commit
781c3e8
Β·
1 Parent(s): c5ae361

testing text color in log

Browse files

Signed-off-by: apple muncy <[email protected]>

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -527,4 +527,5 @@ if __name__ == "__main__":
527
  print("πŸš€ Starting HF Tagging Bot...")
528
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
529
  print("πŸ”— Webhook: http://localhost:7860/webhook")
 
530
  uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)
 
527
  print("πŸš€ Starting HF Tagging Bot...")
528
  print("πŸ“Š Dashboard: http://localhost:7860/gradio")
529
  print("πŸ”— Webhook: http://localhost:7860/webhook")
530
+ print('\e[31mThis is a test\e[0m')
531
  uvicorn.run("app:app", host="0.0.0.0", port=7860, reload=True)