Aanisha commited on
Commit
612a631
1 Parent(s): a708cf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -141,9 +141,6 @@ gr.Interface(
141
  get_output_image,
142
  inputs,
143
  outputs,
144
- examples = examples,
145
- title=title,
146
- description=description,
147
  theme="huggingface",
148
  ).launch(enable_queue=True)
149
 
 
141
  get_output_image,
142
  inputs,
143
  outputs,
 
 
 
144
  theme="huggingface",
145
  ).launch(enable_queue=True)
146