Jonny001 commited on
Commit
f185f46
1 Parent(s): 728c421

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -76,15 +76,7 @@ tab3 = gr.Interface(
76
  )
77
 
78
  demo = gr.TabbedInterface(
79
- [tab1, tab2], ["Using Image", "Usling URL"], title="✂️ RMBG Image Background Remover ✂️", theme="Yntec/HaleyCH_Theme_Orange",
80
-
81
- gr.HTML("""
82
- <div style="display:flex;column-gap:4px;">
83
- <a href="https://hits.seeyoufarm.com">
84
- <img src="https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fhuggingface.co%2Fspaces%2FJonny001%2FRMBG-Image-Background-Remover&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23FFFFFF&title=Views&edge_flat=true"/>
85
- </a>
86
- </div>
87
- """)
88
  )
89
 
90
  if __name__ == "__main__":
 
76
  )
77
 
78
  demo = gr.TabbedInterface(
79
+ [tab1, tab2], ["Using Image", "Usling URL"], title="✂️ RMBG Image Background Remover ✂️", theme="Yntec/HaleyCH_Theme_Orange"
 
 
 
 
 
 
 
 
80
  )
81
 
82
  if __name__ == "__main__":