Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -35,7 +35,7 @@ intf = gr.Interface(fn=classify_image,
|
|
| 35 |
inputs=image,
|
| 36 |
outputs=[set_label, set_prob],
|
| 37 |
examples=examples,
|
| 38 |
-
title="
|
| 39 |
description= "Click examples below for a quick demo")
|
| 40 |
|
| 41 |
intf.launch(inline=False,debug=True)
|
|
|
|
| 35 |
inputs=image,
|
| 36 |
outputs=[set_label, set_prob],
|
| 37 |
examples=examples,
|
| 38 |
+
title="ML Demo: Pet classification",
|
| 39 |
description= "Click examples below for a quick demo")
|
| 40 |
|
| 41 |
intf.launch(inline=False,debug=True)
|