mirror of
https://github.com/Paillat-dev/FABLE.git
synced 2026-01-02 01:06:20 +00:00
Added and fixed a whole bunch of things
This commit is contained in:
@@ -6,12 +6,12 @@ Here is an example of the output:
|
||||
```
|
||||
[
|
||||
{
|
||||
"title": "Python Tutorial for Beginners",
|
||||
"description": "A video for beginners to learn Python. The following topics are covered: variables, data types, functions, classes, and more."
|
||||
"title": "TITLE OF THE VIDEO",
|
||||
"description": "A video about something. Concept1 and concept2 are explained. Concept3 is also explained a bit."
|
||||
},
|
||||
{
|
||||
"title": "DRAMA: MrBeast did WHAT?!",
|
||||
"description": "MrBeast did something crazy. You won't believe what he did. Watch the video to find out."
|
||||
"title": "TITLE OF THE VIDEO",
|
||||
"description": "A video about something. Concept1 and concept2 are explained. Concept3 is also explained a bit."
|
||||
}
|
||||
]
|
||||
```
|
||||
|
||||
@@ -27,6 +27,10 @@ Your video will be detailed, long and very complete. Here is an example:
|
||||
{
|
||||
"spoken":"This is a latex formula wich is very important. It is the formula of the integral of x squared from 0 to infinity. You can see it on the screen.",
|
||||
"markdown":"$$\n\\int_0^\\infty x^2 dx\n$$"
|
||||
},
|
||||
{
|
||||
"spoken":"tHanks for watching this video. If you liked it, please like, share and subscribe. See you in the next video.",
|
||||
"image":"thanks+goodbye"
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user