fohy24 commited on
Commit
1ecc92a
·
1 Parent(s): f9215cb

added gradio title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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