Spaces:
Runtime error
Runtime error
Commit
·
83835bc
1
Parent(s):
28df095
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,7 @@ with gr.Blocks(title ="which animal is this ?") as demo:
|
|
14 |
with gr.Row():
|
15 |
gr.Markdown("""
|
16 |
## Animal species detection
|
17 |
-
####
|
18 |
-
#### click on the photos to try
|
19 |
""")
|
20 |
with gr.Row():
|
21 |
image = gr.inputs.Image(shape=(192,192))
|
|
|
14 |
with gr.Row():
|
15 |
gr.Markdown("""
|
16 |
## Animal species detection
|
17 |
+
#### click on the photos to and then click "PREDİCT" button
|
|
|
18 |
""")
|
19 |
with gr.Row():
|
20 |
image = gr.inputs.Image(shape=(192,192))
|