Re-enable video GIF generation
This commit is contained in:
@@ -49,6 +49,7 @@ use crate::video::actors::{
|
||||
use log::{debug, error, info, trace, warn};
|
||||
use opentelemetry::trace::{Span, Status, TraceContextExt, Tracer};
|
||||
use opentelemetry::{KeyValue, global};
|
||||
use crate::video::generate_video_gifs;
|
||||
|
||||
mod ai;
|
||||
mod auth;
|
||||
@@ -717,7 +718,7 @@ fn main() -> std::io::Result<()> {
|
||||
}
|
||||
|
||||
create_thumbnails();
|
||||
// generate_video_gifs().await;
|
||||
generate_video_gifs().await;
|
||||
|
||||
let app_data = Data::new(AppState::default());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user