Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -204,8 +204,11 @@ examples_url = [
|
|
204 |
for idx_example_url, example_url in enumerate(examples_url):
|
205 |
examples_url[idx_example_url].append('1024x1024')
|
206 |
|
207 |
-
descriptions = (
|
208 |
-
|
|
|
|
|
|
|
209 |
|
210 |
tab_image = gr.Interface(
|
211 |
fn=predict,
|
|
|
204 |
for idx_example_url, example_url in enumerate(examples_url):
|
205 |
examples_url[idx_example_url].append('1024x1024')
|
206 |
|
207 |
+
descriptions = (
|
208 |
+
"Upload a picture, and we'll remove the background!\n"
|
209 |
+
"The resolution used is `1024x1024`\n"
|
210 |
+
)
|
211 |
+
|
212 |
|
213 |
tab_image = gr.Interface(
|
214 |
fn=predict,
|