Uploaded sanitized BC250/ROCm Repository.
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user