Spaces:
Running
Running
apple muncy
commited on
Commit
Β·
781c3e8
1
Parent(s):
c5ae361
testing text color in log
Browse filesSigned-off-by: apple muncy <[email protected]>
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)
|