Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -204,11 +204,9 @@ examples_url = [
|
|
204 |
for idx_example_url, example_url in enumerate(examples_url):
|
205 |
examples_url[idx_example_url].append('1024x1024')
|
206 |
|
207 |
-
descriptions = ('Upload a picture,
|
208 |
-
' The resolution used
|
209 |
-
|
210 |
-
' We also maintain the HF model of BiRefNet at https://huggingface.co/ZhengPeng7/BiRefNet for easier access.')
|
211 |
-
|
212 |
tab_image = gr.Interface(
|
213 |
fn=predict,
|
214 |
inputs=[
|
|
|
204 |
for idx_example_url, example_url in enumerate(examples_url):
|
205 |
examples_url[idx_example_url].append('1024x1024')
|
206 |
|
207 |
+
descriptions = ('Upload a picture, and we'll remove the background!\n)'
|
208 |
+
' The resolution used is `1024x1024`\n'
|
209 |
+
|
|
|
|
|
210 |
tab_image = gr.Interface(
|
211 |
fn=predict,
|
212 |
inputs=[
|