Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,6 @@ demo = gr.Interface(
|
|
56 |
outputs = [ gr.Image(shape=(32, 32), label="Output").style(width=128, height=128)],
|
57 |
title = title,
|
58 |
description = description,
|
59 |
-
examples = examples,
|
60 |
gr.Interface
|
61 |
demo.launch()
|
|
|
56 |
outputs = [ gr.Image(shape=(32, 32), label="Output").style(width=128, height=128)],
|
57 |
title = title,
|
58 |
description = description,
|
59 |
+
examples = examples,)
|
60 |
gr.Interface
|
61 |
demo.launch()
|