Update app.py
Browse files
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)
|