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