NewbloomAI commited on
Commit
3855ec6
·
verified ·
1 Parent(s): 822fa0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
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 = ('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,
 
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,