Spaces:
Runtime error
Runtime error
Output as JSON
#3
by
mileseverett
- opened
How would I output the text as JSON with timestamps of words rather than as a video?
If you're a developer: Duplicate this space and edit app.py
. In the predict
function the information you're looking for is in the chunks
variable. Convert that to JSON and output it in a gradio Textbox
object.