OriLib commited on
Commit
d59e37e
·
verified ·
1 Parent(s): 4f75613

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -57,9 +57,9 @@ def process_image(image, num_steps=50, guidance_scale=5.0):
57
  return None, f"❌ Error: {str(e)}"
58
 
59
  # Create Gradio interface
60
- with gr.Blocks(title="RMBG-3.0 - Background Removal & Image Editing") as demo:
61
  gr.Markdown("""
62
- # RMBG-3.0 - Background Removal & Image Editing
63
 
64
  Powered by [Bria AI's RMBG-3.0 model](https://huggingface.co/briaai/RMBG-3.0)
65
 
@@ -128,7 +128,6 @@ with gr.Blocks(title="RMBG-3.0 - Background Removal & Image Editing") as demo:
128
 
129
  - **Model**: [briaai/RMBG-3.0](https://huggingface.co/briaai/RMBG-3.0)
130
  - **Architecture**: Based on FIBO with 8B parameters
131
- - **Training**: Exclusively on licensed data
132
  - **License**: Non-commercial use ([CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/))
133
 
134
  For commercial use, please [contact Bria AI](https://bria.ai/contact-us).
 
57
  return None, f"❌ Error: {str(e)}"
58
 
59
  # Create Gradio interface
60
+ with gr.Blocks(title="RMBG-3.0 - Background Removal") as demo:
61
  gr.Markdown("""
62
+ # RMBG-3.0 - Background Removal
63
 
64
  Powered by [Bria AI's RMBG-3.0 model](https://huggingface.co/briaai/RMBG-3.0)
65
 
 
128
 
129
  - **Model**: [briaai/RMBG-3.0](https://huggingface.co/briaai/RMBG-3.0)
130
  - **Architecture**: Based on FIBO with 8B parameters
 
131
  - **License**: Non-commercial use ([CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/))
132
 
133
  For commercial use, please [contact Bria AI](https://bria.ai/contact-us).