Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|