sejamenath2023 commited on
Commit
4e2ba17
1 Parent(s): 1362adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -139,8 +139,6 @@ interface = gr.Interface(
139
  fn=inference,
140
  inputs=gr.Image(type='filepath'),
141
  outputs=["image", "image"],
142
- description=description,
143
- article=article,
144
  allow_flagging='never',
145
  cache_examples=False,
146
  ).queue().launch(show_error=True)
 
139
  fn=inference,
140
  inputs=gr.Image(type='filepath'),
141
  outputs=["image", "image"],
 
 
142
  allow_flagging='never',
143
  cache_examples=False,
144
  ).queue().launch(show_error=True)