Update theme
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ def sepia(input_img):
|
|
235 |
return fig
|
236 |
|
237 |
demo = gr.Interface(
|
238 |
-
theme='
|
239 |
fn=sepia,
|
240 |
inputs=gr.Image(shape=(400, 600)),
|
241 |
outputs=['plot'],
|
|
|
235 |
return fig
|
236 |
|
237 |
demo = gr.Interface(
|
238 |
+
theme='freddyaboulton/dracula_revamped',
|
239 |
fn=sepia,
|
240 |
inputs=gr.Image(shape=(400, 600)),
|
241 |
outputs=['plot'],
|