kimteawan commited on
Commit
7baf1a8
1 Parent(s): 7eb58b0

Update theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ def sepia(input_img):
235
  return fig
236
 
237
  demo = gr.Interface(
238
- theme='gradio/theme-gallery',
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'],