Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,6 +63,8 @@ interface = gr.Interface(
|
|
63 |
inputs=[image, radio],
|
64 |
outputs=label,
|
65 |
capture_session=True,
|
66 |
-
allow_flagging=False,
|
|
|
|
|
67 |
)
|
68 |
interface.launch()
|
|
|
63 |
inputs=[image, radio],
|
64 |
outputs=label,
|
65 |
capture_session=True,
|
66 |
+
allow_flagging=False,
|
67 |
+
title=“🦈 Shark image classifier”,
|
68 |
+
description="Made with HugsVision & ❤️"
|
69 |
)
|
70 |
interface.launch()
|