Spaces:
Running
Running
fix title typo
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ if __name__ == "__main__":
|
|
95 |
fn=predict_fn,
|
96 |
inputs=gr.Image(type="pil", label="Upload an image"),
|
97 |
outputs=gr.Label(num_top_classes=5, label="Class Probabilities"),
|
98 |
-
title="Dinosaur Species
|
99 |
description="A simple dinosaur species classifier, fine-tuned on a web-crawled dataset using ConvNext Tiny",
|
100 |
examples=[
|
101 |
"./fig/Ankylosaurus_example.png",
|
|
|
95 |
fn=predict_fn,
|
96 |
inputs=gr.Image(type="pil", label="Upload an image"),
|
97 |
outputs=gr.Label(num_top_classes=5, label="Class Probabilities"),
|
98 |
+
title="Dinosaur Species Classifier",
|
99 |
description="A simple dinosaur species classifier, fine-tuned on a web-crawled dataset using ConvNext Tiny",
|
100 |
examples=[
|
101 |
"./fig/Ankylosaurus_example.png",
|