Spaces:
Runtime error
Runtime error
changed title
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ gr.Interface(
|
|
116 |
outputs=label,
|
117 |
examples = [["idli.jpg"], ["naan.jpg"]],
|
118 |
theme = "huggingface",
|
119 |
-
title = "DesiVisionNet:
|
120 |
description = "This is a Gradio demo for multi-class image classification of Indian food amongst 20 classes. The DesiVisionNet achieved 90% accuracy on our test dataset, performing well for a relatively efficient model. See the GitHub project page for detailed information below. Here, we provide a demo for real-world food classification. To use it, simply upload your image, or click one of the examples to load them.",
|
121 |
article = article
|
122 |
).launch()
|
|
|
116 |
outputs=label,
|
117 |
examples = [["idli.jpg"], ["naan.jpg"]],
|
118 |
theme = "huggingface",
|
119 |
+
title = "DesiVisionNet: Indian Food Vision with ResNet",
|
120 |
description = "This is a Gradio demo for multi-class image classification of Indian food amongst 20 classes. The DesiVisionNet achieved 90% accuracy on our test dataset, performing well for a relatively efficient model. See the GitHub project page for detailed information below. Here, we provide a demo for real-world food classification. To use it, simply upload your image, or click one of the examples to load them.",
|
121 |
article = article
|
122 |
).launch()
|