You're looking at a specific version of this model. Jump to the model overview.
manu-sapiens /python-pptx:9fe03664
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
Field | Type | Default value | Description |
---|---|---|---|
slides |
string
|
The json describing the slides content
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'properties': {'b64': {'title': 'B64', 'type': 'string'},
'file': {'format': 'uri', 'title': 'File', 'type': 'string'},
'path': {'format': 'path', 'title': 'Path', 'type': 'string'}},
'required': ['path', 'b64', 'file'],
'title': 'Output',
'type': 'object'}