Daniel-IADAR commited on
Commit
19be373
·
verified ·
1 Parent(s): 66d2b72

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +5 -0
  2. requirements.txt +2 -1
README.md CHANGED
@@ -3,4 +3,9 @@ title: Media_Optimization
3
  app_file: gradio_demo.py
4
  sdk: gradio
5
  sdk_version: 4.44.1
 
6
  ---
 
 
 
 
 
3
  app_file: gradio_demo.py
4
  sdk: gradio
5
  sdk_version: 4.44.1
6
+ python_version: 3.11.9
7
  ---
8
+
9
+ # Media Optimization AI
10
+
11
+ AI-powered media analysis pipeline for images and videos using Qwen3 Omni model.
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio>=4.44.1
2
  modal>=0.60.0
3
  pandas>=2.0.0
4
  requests>=2.31.0
@@ -6,3 +6,4 @@ mysql-connector-python>=8.0.0
6
  json-repair>=0.25.0
7
  boto3>=1.28.0
8
  python-dotenv>=1.0.0
 
 
1
+ gradio==4.44.1
2
  modal>=0.60.0
3
  pandas>=2.0.0
4
  requests>=2.31.0
 
6
  json-repair>=0.25.0
7
  boto3>=1.28.0
8
  python-dotenv>=1.0.0
9
+ huggingface_hub>=0.20.0,<0.26.0