arnaucas commited on
Commit
fbcb518
·
1 Parent(s): 13ef97c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -26,5 +26,6 @@ gr.Interface(
26
  examples=example_imgs,
27
  outputs=gr.Label(),
28
  cache_examples=False,
 
29
  article = "Author: <a href=\"https://www.linkedin.com/in/arnau-castellano/\">Arnau Castellano</a>",
30
  ).launch(debug=True, enable_queue=True)
 
26
  examples=example_imgs,
27
  outputs=gr.Label(),
28
  cache_examples=False,
29
+ theme='earneleh/paris',
30
  article = "Author: <a href=\"https://www.linkedin.com/in/arnau-castellano/\">Arnau Castellano</a>",
31
  ).launch(debug=True, enable_queue=True)