BSuruchi commited on
Commit
7182eb5
·
verified ·
1 Parent(s): f99b3f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -250,7 +250,6 @@ demo = gr.Interface(
250
  gr.Radio(label="Background Color", choices=background_colors, type="value", value=background_colors[0]),
251
  ],
252
  outputs=["image", "text"],
253
- #outputs=gr.Image(label="Output"),
254
  examples=examples,
255
  title=TITLE,
256
  description=DESCRIPTION,
 
250
  gr.Radio(label="Background Color", choices=background_colors, type="value", value=background_colors[0]),
251
  ],
252
  outputs=["image", "text"],
 
253
  examples=examples,
254
  title=TITLE,
255
  description=DESCRIPTION,