Uploaded sanitized BC250/ROCm Repository.

This commit is contained in:
Fabian
2026-08-20 00:45:43 +02:00
parent 7d2184f1e8
commit d7d22e93b3
678 changed files with 65963 additions and 1 deletions
+8
View File
@@ -0,0 +1,8 @@
from app import app
c = app.test_client()
r = c.get("/api/voices")
print("STATUS:", r.status_code)
print("DATA:", r.data[:300])
print("---")
r2 = c.get("/api/system")
print("SYSTEM STATUS:", r2.status_code)