Aiconvert commited on
Commit
b9bb7b2
1 Parent(s): bd31256

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ demo = gr.Interface(
163
  gr.Image(type="numpy", label="Result Image"),
164
  gr.File(label="Download the output image")
165
  ],
166
- theme=gradio/monochrome,
167
  title=title,
168
  description=description,
169
  article=article)
 
163
  gr.Image(type="numpy", label="Result Image"),
164
  gr.File(label="Download the output image")
165
  ],
166
+ theme="gradio/monochrome",
167
  title=title,
168
  description=description,
169
  article=article)