Spaces:
Runtime error
Runtime error
Update interface
Browse files
app.py
CHANGED
@@ -69,7 +69,5 @@ gr.Interface(
|
|
69 |
gr.Image(type="pil", label="Input"),
|
70 |
gr.Image(type="pil", label="Output"),
|
71 |
description=description,
|
72 |
-
examples=[['demis.jpg'], ['lifeifei.png']]
|
73 |
-
enable_queue=True,
|
74 |
-
css="footer{display:none !important}"
|
75 |
).launch(debug=False)
|
|
|
69 |
gr.Image(type="pil", label="Input"),
|
70 |
gr.Image(type="pil", label="Output"),
|
71 |
description=description,
|
72 |
+
examples=[['demis.jpg'], ['lifeifei.png']]
|
|
|
|
|
73 |
).launch(debug=False)
|