Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|