Update app.py
Browse files
app.py
CHANGED
@@ -39,9 +39,6 @@ iface = gr.Interface(
|
|
39 |
title="Background Remover and Image Upscaler",
|
40 |
description=description,
|
41 |
article="""This demo was created by KVI Kontent using Gradio.""",
|
42 |
-
allow_flagging=False,
|
43 |
-
live=True,
|
44 |
-
layout="horizontal",
|
45 |
theme="soft"
|
46 |
)
|
47 |
|
|
|
39 |
title="Background Remover and Image Upscaler",
|
40 |
description=description,
|
41 |
article="""This demo was created by KVI Kontent using Gradio.""",
|
|
|
|
|
|
|
42 |
theme="soft"
|
43 |
)
|
44 |
|