You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of a creating a tempfile and uploading to the fal cdn I want to use the base64 string directly. From the documentation "You can pass a Base64 data URI as a file input. The API will handle the file decoding for you. Keep in mind that for large files, this alternative although convenient can impact the request performance."
Instead of a creating a tempfile and uploading to the fal cdn I want to use the base64 string directly. From the documentation "You can pass a Base64 data URI as a file input. The API will handle the file decoding for you. Keep in mind that for large files, this alternative although convenient can impact the request performance."
My code:
Error:
fal_client.client.FalClientError: Unsupported data URL
How can i pass base64 directly for transcription?
The text was updated successfully, but these errors were encountered: