Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,6 +61,6 @@ interface = gr.Interface(
|
|
61 |
title="🦈 Shark image classifier",
|
62 |
description="Made with HugsVision & ❤️",
|
63 |
examples=samples,
|
64 |
-
theme=
|
65 |
)
|
66 |
interface.launch()
|
|
|
61 |
title="🦈 Shark image classifier",
|
62 |
description="Made with HugsVision & ❤️",
|
63 |
examples=samples,
|
64 |
+
theme=None
|
65 |
)
|
66 |
interface.launch()
|