Kvikontent commited on
Commit
edc54fc
·
verified ·
1 Parent(s): b9711d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
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