um41r commited on
Commit
fb1384b
·
verified ·
1 Parent(s): dde3682

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -19,6 +19,7 @@ Fast image analysis using Microsoft Florence-2 with ONNX Runtime FP16 models.
19
  - ✨ **AI Prompt Generation**: Midjourney, Stable Diffusion, DALL-E formats
20
  - 🚀 **Fast Inference**: ONNX Runtime with FP16 precision
21
  - 💾 **Efficient**: Only downloads ~545MB of models
 
22
 
23
  ## Model Details
24
 
@@ -33,4 +34,11 @@ Uses `onnx-community/Florence-2-base` with FP16 quantization:
33
  1. Upload an image
34
  2. Select analysis task
35
  3. Click "Analyze Image"
36
- 4. Choose prompt type and generate AI-ready prompts
 
 
 
 
 
 
 
 
19
  - ✨ **AI Prompt Generation**: Midjourney, Stable Diffusion, DALL-E formats
20
  - 🚀 **Fast Inference**: ONNX Runtime with FP16 precision
21
  - 💾 **Efficient**: Only downloads ~545MB of models
22
+ - 🎨 **Modern UI**: Built with Gradio 6.6.0
23
 
24
  ## Model Details
25
 
 
34
  1. Upload an image
35
  2. Select analysis task
36
  3. Click "Analyze Image"
37
+ 4. Choose prompt type and generate AI-ready prompts
38
+
39
+ ## Gradio 6 Migration
40
+
41
+ This space uses Gradio 6.6.0 with the new API:
42
+ - App-level parameters moved to `launch()`
43
+ - `api_visibility` replaces `show_api`
44
+ - `footer_links` controls footer display