Ki
Kirkawin
AI & ML interests
None yet
Organizations
None yet
Kirkawin's activity
import requests API_URL = "https://api-inference.huggingface.co/models/jkang/espnet2_librispeech_100_conformer_word" headers = {"Authorization": f"Bearer {API_TOKEN}"} def query(filename): with open(filename, "rb") as f: data = f.read() response = requests.post(API_URL, headers=headers, data=data) return response.json() output = query("sample1.flac")
#4 opened about 1 year ago
by
Kirkawin
Evaluation failure of model
6
#254 opened about 1 year ago
by
Dampfinchen
Automatic1111 ?
4
#1 opened about 1 year ago
by
Marirari89
The Clockwork TimekeeperOnce upon a time, in a world where time was
6
#146 opened about 1 year ago
by
mks310
Usable with A1111 text2video extension?
2
#12 opened about 1 year ago
by
Neocaron
Automatic1111 ?
4
#1 opened about 1 year ago
by
Marirari89
Automatic1111 ?
4
#1 opened about 1 year ago
by
Marirari89