Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ gradio_app = gr.Interface(
|
|
56 |
fn=predict,
|
57 |
inputs=gr.Image(label="Please select a clear image of your good dog to upload.", sources=['upload'], type="pil"),
|
58 |
outputs=[gr.Markdown(label="**Predicted Breeds:**"), gr.Image(label="Uploaded Image")],
|
59 |
-
title="What is Your Dog
|
60 |
)
|
61 |
|
62 |
|
|
|
56 |
fn=predict,
|
57 |
inputs=gr.Image(label="Please select a clear image of your good dog to upload.", sources=['upload'], type="pil"),
|
58 |
outputs=[gr.Markdown(label="**Predicted Breeds:**"), gr.Image(label="Uploaded Image")],
|
59 |
+
title="What Breed is Your Dog?",
|
60 |
)
|
61 |
|
62 |
|