Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -204,7 +204,7 @@ 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 is `1024x1024`\n'
|
209 |
|
210 |
tab_image = gr.Interface(
|
|
|
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(
|