switching to high quality piper tts and added label translations
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import requests
|
||||
try:
|
||||
r = requests.get("http://localhost:8000/api/info")
|
||||
print(r.json())
|
||||
except Exception as e:
|
||||
print(f"Error: {e}")
|
||||
Reference in New Issue
Block a user