fohy24
commited on
Commit
·
1ecc92a
1
Parent(s):
f9215cb
added gradio title
Browse files
app.py
CHANGED
@@ -76,5 +76,5 @@ gr.Interface(fn=predict,
|
|
76 |
inputs=gr.Image(type="pil"),
|
77 |
outputs=gr.Label(),
|
78 |
examples=["pastel_yb.png", "piebald.png", "leopard_fire.png"]
|
79 |
-
).launch()
|
80 |
|
|
|
76 |
inputs=gr.Image(type="pil"),
|
77 |
outputs=gr.Label(),
|
78 |
examples=["pastel_yb.png", "piebald.png", "leopard_fire.png"]
|
79 |
+
).launch(title='Ball Python Morph Identifier')
|
80 |
|