Ashrafb commited on
Commit
2b1afb0
·
verified ·
1 Parent(s): 29a841f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -117,7 +117,7 @@ iface = gr.Interface(
117
  gr.inputs.Image(type='filepath'),
118
  gr.inputs.Radio(['Complex Lines', 'Simple Lines'], type="value", default='Simple Lines', label='version')
119
  ],
120
- outputs=gr.outputs.Image(type="pil"),
121
  title=title,
122
  theme=gr.themes.Base(),
123
  css="footer{display:none !important;}"
 
117
  gr.inputs.Image(type='filepath'),
118
  gr.inputs.Radio(['Complex Lines', 'Simple Lines'], type="value", default='Simple Lines', label='version')
119
  ],
120
+ outputs=gr.Image(type="pil",show_share_button=False),
121
  title=title,
122
  theme=gr.themes.Base(),
123
  css="footer{display:none !important;}"