Spaces:
Running
Running
henok3878
commited on
Commit
·
26ec32c
1
Parent(s):
f5121bb
remove priming
Browse files
main.py
CHANGED
@@ -244,7 +244,7 @@ async def generate_handwriting_endpoint(request: HandwritingRequest):
|
|
244 |
char_seq_tensor, char_lengths_tensor,
|
245 |
request.max_length,
|
246 |
request.bias,
|
247 |
-
style=1 #TODO: style is hardcode since the current version is hosted on cpu
|
248 |
)
|
249 |
|
250 |
if not relative_stroke_offsets:
|
|
|
244 |
char_seq_tensor, char_lengths_tensor,
|
245 |
request.max_length,
|
246 |
request.bias,
|
247 |
+
# style=1 #TODO: style is hardcode since the current version is hosted on cpu
|
248 |
)
|
249 |
|
250 |
if not relative_stroke_offsets:
|