yusyel
commited on
Commit
·
d06635d
1
Parent(s):
64c9146
type
Browse files
app.py
CHANGED
@@ -54,8 +54,7 @@ demo = gr.Interface(
|
|
54 |
["./img/Striped_Red_Mullet.png"],
|
55 |
["./img/Trout.png"],
|
56 |
],
|
57 |
-
title="
|
58 |
-
description="kljflksjdlkfjksd",
|
59 |
)
|
60 |
|
61 |
demo.launch()
|
|
|
54 |
["./img/Striped_Red_Mullet.png"],
|
55 |
["./img/Trout.png"],
|
56 |
],
|
57 |
+
title="fish classification",
|
|
|
58 |
)
|
59 |
|
60 |
demo.launch()
|